org.lwjgl.vulkan.AMDPipelineCompilerControl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-vulkan Show documentation
Show all versions of lwjgl-vulkan Show documentation
A new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs used in a wide variety of devices from PCs and consoles to mobile phones and embedded platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
/**
* This extension introduces {@link VkPipelineCompilerControlCreateInfoAMD} structure that can be chained to a pipeline’s creation information to specify additional flags that affect pipeline compilation.
*
* Examples
*
* None.
*
* VK_AMD_pipeline_compiler_control
*
*
* - Name String
* - {@code 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
*
*
*
* 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
*
*
*/
public final class AMDPipelineCompilerControl {
/** The extension specification version. */
public static final int VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION = 1;
/** The extension name. */
public static final String VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME = "VK_AMD_pipeline_compiler_control";
/** Extends {@code VkStructureType}. */
public static final int VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD = 1000183000;
private AMDPipelineCompilerControl() {}
}