Class VkPhysicalDeviceShaderCoreProperties2AMD

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceShaderCoreProperties2AMD>
org.lwjgl.vulkan.VkPhysicalDeviceShaderCoreProperties2AMD
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceShaderCoreProperties2AMD extends org.lwjgl.system.Struct<VkPhysicalDeviceShaderCoreProperties2AMD> implements org.lwjgl.system.NativeResource
Structure describing shader core properties that can be supported by an implementation.
Description

If the VkPhysicalDeviceShaderCoreProperties2AMD structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceShaderCoreProperties2AMD {
     VkStructureType sType();
     void * pNext();
     VkShaderCorePropertiesFlagsAMD shaderCoreFeatures();
     uint32_t activeComputeUnitCount();
 }