Class VkDescriptorMappingSourceIndirectIndexArrayEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDescriptorMappingSourceIndirectIndexArrayEXT extends Struct<VkDescriptorMappingSourceIndirectIndexArrayEXT> implements NativeResource
struct VkDescriptorMappingSourceIndirectIndexArrayEXT {
    uint32_t heapOffset;
    uint32_t pushOffset;
    uint32_t addressOffset;
    uint32_t heapIndexStride;
    VkSamplerCreateInfo const * pEmbeddedSampler;
    VkBool32 useCombinedImageSamplerIndex;
    uint32_t samplerHeapOffset;
    uint32_t samplerPushOffset;
    uint32_t samplerAddressOffset;
    uint32_t samplerHeapIndexStride;
}