Class VkPhysicalDeviceFragmentDensityMap2PropertiesEXT

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

public class VkPhysicalDeviceFragmentDensityMap2PropertiesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceFragmentDensityMap2PropertiesEXT> implements org.lwjgl.system.NativeResource
Structure describing additional fragment density map properties that can be supported by an implementation.
Description

If the VkPhysicalDeviceFragmentDensityMap2PropertiesEXT 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 VkPhysicalDeviceFragmentDensityMap2PropertiesEXT {
     VkStructureType sType();
     void * pNext();
     VkBool32 subsampledLoads();
     VkBool32 subsampledCoarseReconstructionEarlyAccess();
     uint32_t maxSubsampledArrayLayers();
     uint32_t maxDescriptorSetSubsampledSamplers();
 }