Class VkPhysicalDevicePushConstantBankFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePushConstantBankFeaturesNV extends Struct<VkPhysicalDevicePushConstantBankFeaturesNV> implements NativeResource
struct VkPhysicalDevicePushConstantBankFeaturesNV {
    VkStructureType sType;
    void * pNext;
    VkBool32 pushConstantBank;
}