-
-
Notifications
You must be signed in to change notification settings - Fork 442
Open
Labels
area-VulkanenhancementNew feature or requestNew feature or requestverify-3.0Done in 3.0 but need to verify prior to go live (preview 4) - should close issues with this label.Done in 3.0 but need to verify prior to go live (preview 4) - should close issues with this label.
Milestone
Description
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.
lindexi and SupinePandora43
Metadata
Metadata
Assignees
Labels
area-VulkanenhancementNew feature or requestNew feature or requestverify-3.0Done in 3.0 but need to verify prior to go live (preview 4) - should close issues with this label.Done in 3.0 but need to verify prior to go live (preview 4) - should close issues with this label.
Type
Projects
Status
Todo