Class VkPhysicalDeviceDataGraphOperationSupportARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDataGraphOperationSupportARM extends Struct<VkPhysicalDeviceDataGraphOperationSupportARM> implements NativeResource

 struct VkPhysicalDeviceDataGraphOperationSupportARM {
     VkPhysicalDeviceDataGraphOperationTypeARM operationType;
     char name[VK_MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM];
     uint32_t version;
 }