Class VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR extends Struct<VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR> implements NativeResource

 struct VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 meshAndTaskShaderDerivatives;
 }