Searched defs:VkPhysicalDeviceDescriptorBufferPropertiesEXT (Results 1 – 1 of 1) sorted by relevance
14047 typedef struct VkPhysicalDeviceDescriptorBufferPropertiesEXT { struct14048 VkStructureType sType;14049 void* pNext;14050 VkBool32 combinedImageSamplerDescriptorSingleArray;14051 VkBool32 bufferlessPushDescriptors;14052 VkBool32 allowSamplerImageViewPostSubmitCreation;14053 VkDeviceSize descriptorBufferOffsetAlignment;14054 uint32_t maxDescriptorBufferBindings;14055 uint32_t maxResourceDescriptorBufferBindings;14056 uint32_t maxSamplerDescriptorBufferBindings;[all …]