Class VkPhysicalDeviceShaderCorePropertiesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderCorePropertiesARM extends Struct<VkPhysicalDeviceShaderCorePropertiesARM> implements NativeResource
struct VkPhysicalDeviceShaderCorePropertiesARM {
    VkStructureType sType;
    void * pNext;
    uint32_t pixelRate;
    uint32_t texelRate;
    uint32_t fmaRate;
}