GPUOpen-Archive / Anvil

Anvil is a cross-platform framework for Vulkan
MIT License
594 stars 62 forks source link

Fixed inconsistent names for CullModeFlagBits #116

Closed Silverlan closed 5 years ago

Silverlan commented 5 years ago

Removed the _CULL_MODE__-prefixes from the CullModeFlagBits enum names to make them consistent with the other enum classes.

DominikWitczakAMD commented 5 years ago

Good stuff, thanks!