16 lines
612 B
Plaintext
16 lines
612 B
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VkPolygonMode,VkPolygonMode]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
typedef enum VkPolygonMode {
|
||
|
VK_POLYGON_MODE_FILL = 0,
|
||
|
VK_POLYGON_MODE_LINE = 1,
|
||
|
VK_POLYGON_MODE_POINT = 2,
|
||
|
} VkPolygonMode;
|
||
|
------------------------------------------------------------------------------
|