Class VkPhysicalDevicePushConstantBankPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePushConstantBankPropertiesNV extends Struct<VkPhysicalDevicePushConstantBankPropertiesNV> implements NativeResource
struct VkPhysicalDevicePushConstantBankPropertiesNV {
    VkStructureType sType;
    void * pNext;
    uint32_t maxGraphicsPushConstantBanks;
    uint32_t maxComputePushConstantBanks;
    uint32_t maxGraphicsPushDataBanks;
    uint32_t maxComputePushDataBanks;
}