Class VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT>
org.lwjgl.vulkan.VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT> implements org.lwjgl.system.NativeResource
Structure describing descriptor buffer density map properties supported by an implementation.
Description

If the VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


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