blob: 397a12d0a7cb4e8c1b1b94a4ada66952d901d4e7 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPipelineBindPoint,VkPipelineBindPoint]]
[source,c++]
----
typedef enum VkPipelineBindPoint {
VK_PIPELINE_BIND_POINT_GRAPHICS = 0,
VK_PIPELINE_BIND_POINT_COMPUTE = 1,
} VkPipelineBindPoint;
----