Package org.lwjgl.vulkan
Class AMDPipelineCompilerControl
- java.lang.Object
-
- org.lwjgl.vulkan.AMDPipelineCompilerControl
-
public final class AMDPipelineCompilerControl extends java.lang.Object
This extension introducesVkPipelineCompilerControlCreateInfoAMD
structure that can be chained to a pipeline's create info to specify additional flags that affect pipeline compilation.Examples
None.
- Name String
VK_AMD_pipeline_compiler_control
- Extension Type
- Device extension
- Registered Extension Number
- 184
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Contact
- Matthaeus G. Chajdas anteru
- Last Modified Date
- 2019-07-26
- IP Status
- No known IP claims.
- Contributors
- Matthaeus G. Chajdas, AMD
- Daniel Rakos, AMD
- Maciej Jesionowski, AMD
- Tobias Hector, AMD
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME
The extension name.static int
VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION
The extension specification version.static int
VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD
ExtendsVkStructureType
.
-
-
-
Field Detail
-
VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION
public static final int VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME
public static final java.lang.String VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD
public static final int VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD
ExtendsVkStructureType
.- See Also:
- Constant Field Values
-
-