Searched refs:invertCullFace (Results 1 – 2 of 2) sorted by relevance
1177 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace) in GetFrontFace() argument1183 return invertCullFace ? VK_FRONT_FACE_CLOCKWISE : VK_FRONT_FACE_COUNTER_CLOCKWISE; in GetFrontFace()1185 return invertCullFace ? VK_FRONT_FACE_COUNTER_CLOCKWISE : VK_FRONT_FACE_CLOCKWISE; in GetFrontFace()
953 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace);