Package org.lwjgl.vulkan
Class AMDPipelineCompilerControl
java.lang.Object
org.lwjgl.vulkan.AMDPipelineCompilerControl
This extension introduces
VkPipelineCompilerControlCreateInfoAMD structure that can be chained to a pipeline’s creation information 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
- Contact
- Matthaeus G. Chajdas anteru
Other Extension Metadata
- 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
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION
public static final int VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD
public static final int VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMDExtendsVkStructureType.- See Also:
-