• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkFrontFace,VkFrontFace]]
3[source,c++]
4----
5typedef enum VkFrontFace {
6    VK_FRONT_FACE_COUNTER_CLOCKWISE = 0,
7    VK_FRONT_FACE_CLOCKWISE = 1,
8} VkFrontFace;
9----
10