11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkPolygonMode,VkPolygonMode]]
|
|
[source,c++]
|
|
----
|
|
typedef enum VkPolygonMode {
|
|
VK_POLYGON_MODE_FILL = 0,
|
|
VK_POLYGON_MODE_LINE = 1,
|
|
VK_POLYGON_MODE_POINT = 2,
|
|
} VkPolygonMode;
|
|
----
|