![JAR search and dependency download from the Maven repository](/logo.png)
org.lwjgl.vulkan.AMDShaderCoreProperties2 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 exposes additional shader core properties for a target physical device through the {@link KHRGetPhysicalDeviceProperties2 VK_KHR_get_physical_device_properties2} extension.
*
* Examples
*
* None.
*
* VK_AMD_shader_core_properties2
*
*
* - Name String
* - {@code VK_AMD_shader_core_properties2}
* - Extension Type
* - Device extension
* - Registered Extension Number
* - 228
* - Revision
* - 1
* - Extension and Version Dependencies
*
* - Requires Vulkan 1.0
* - Requires {@link AMDShaderCoreProperties VK_AMD_shader_core_properties}
*
* - 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
* - Tobias Hector, AMD
*
*
*/
public final class AMDShaderCoreProperties2 {
/** The extension specification version. */
public static final int VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION = 1;
/** The extension name. */
public static final String VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME = "VK_AMD_shader_core_properties2";
/** Extends {@code VkStructureType}. */
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD = 1000227000;
private AMDShaderCoreProperties2() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy