unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/enums/VkFrontFace.txt

10 lines
256 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkFrontFace,VkFrontFace]]
[source,c++]
----
typedef enum VkFrontFace {
VK_FRONT_FACE_COUNTER_CLOCKWISE = 0,
VK_FRONT_FACE_CLOCKWISE = 1,
} VkFrontFace;
----