Class VkPhysicalDeviceShaderEnqueuePropertiesAMDX

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderEnqueuePropertiesAMDX extends Struct<VkPhysicalDeviceShaderEnqueuePropertiesAMDX> implements NativeResource

 struct VkPhysicalDeviceShaderEnqueuePropertiesAMDX {
     VkStructureType sType;
     void * pNext;
     uint32_t maxExecutionGraphDepth;
     uint32_t maxExecutionGraphShaderOutputNodes;
     uint32_t maxExecutionGraphShaderPayloadSize;
     uint32_t maxExecutionGraphShaderPayloadCount;
     uint32_t executionGraphDispatchAddressAlignment;
     uint32_t maxExecutionGraphWorkgroupCount[3];
     uint32_t maxExecutionGraphWorkgroups;
 }