Class VkDescriptorMappingSourcePushIndexEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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