Skip to content

Inconsistency on Vulkan Format enum #427

@gdkchan

Description

@gdkchan

Summary of feature

Currently there's a small inconsistency on the Format enum names. The snorm formats have the N capitalized, so they are SNorm, while the unorm ones aren't.

Example:

B8G8R8A8Unorm
B8G8R8A8SNorm

I propose changing them to:

B8G8R8A8Unorm
B8G8R8A8Snorm

So basically, changing SNorm to Snorm.
For consistency. I hope it's not too late to do this kind of breaking change on the library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-VulkanenhancementNew feature or requestverify-3.0Done in 3.0 but need to verify prior to go live (preview 4) - should close issues with this label.

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions