Class VkPushConstantBankInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPushConstantBankInfoNV extends Struct<VkPushConstantBankInfoNV> implements NativeResource
struct VkPushConstantBankInfoNV {
    VkStructureType sType;
    void const * pNext;
    uint32_t bank;
}