Class VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR

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

public class VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR extends org.lwjgl.system.Struct<VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure describing compute shader derivative operations supported by an implementation.
Description

If the VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR 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 VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 meshAndTaskShaderDerivatives();
 }