Class VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT extends Struct<VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT> implements NativeResource

 struct VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     size_t combinedImageSamplerDensityMapDescriptorSize;
 }