// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry ifndef::doctype-manpage[] [[VkPipelineCreateFlagBits,VkPipelineCreateFlagBits]] ["source","{basebackend@docbook:c++:cpp}",title=""] endif::doctype-manpage[] ifdef::doctype-manpage[] ["source","{basebackend@docbook:c++:cpp}"] endif::doctype-manpage[] ------------------------------------------------------------------------------ typedef enum VkPipelineCreateFlagBits { VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT = 0x00000001, VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT = 0x00000002, VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004, } VkPipelineCreateFlagBits; ------------------------------------------------------------------------------