pub trait ExtDescriptorHeapExtensionInstanceCommands: InstanceV1_0 {
// Provided method
unsafe fn get_physical_device_descriptor_size_ext(
&self,
physical_device: PhysicalDevice,
descriptor_type: DescriptorType,
) -> DeviceSize { ... }
}Expand description
The instance-level commands added by EXT_DESCRIPTOR_HEAP_EXTENSION.