unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/enums/VkPipelineBindPoint.txt

10 lines
295 B
Plaintext

// 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;
----