Class VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM extends Struct<VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM> implements NativeResource

 struct VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM {
     VkStructureType sType;
     void * pNext;
     uint64_t shaderCoreMask;
     uint32_t shaderCoreCount;
     uint32_t shaderWarpsPerCore;
 }