• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkPipelineBindPoint,VkPipelineBindPoint]]
3[source,c++]
4----
5typedef enum VkPipelineBindPoint {
6    VK_PIPELINE_BIND_POINT_GRAPHICS = 0,
7    VK_PIPELINE_BIND_POINT_COMPUTE = 1,
8} VkPipelineBindPoint;
9----
10