Class VkPipelineCompilerControlCreateInfoAMD

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkPipelineCompilerControlCreateInfoAMD
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure used to pass compilation control flags to a pipeline.
    Valid Usage (Implicit)

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • compilerControlFlags – a bitmask of VkPipelineCompilerControlFlagBitsAMD affecting how the pipeline will be compiled.

    Layout

    
     struct VkPipelineCompilerControlCreateInfoAMD {
         VkStructureType sType;
         void const * pNext;
         VkPipelineCompilerControlFlagsAMD compilerControlFlags;
     }