Class VkPhysicalDeviceFragmentDensityMapPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceFragmentDensityMapPropertiesEXT extends Struct<VkPhysicalDeviceFragmentDensityMapPropertiesEXT> implements NativeResource
Structure describing fragment density map properties that can be supported by an implementation.
Description

If the VkPhysicalDeviceFragmentDensityMapPropertiesEXT 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)
See Also

VkExtent2D

Layout


 struct VkPhysicalDeviceFragmentDensityMapPropertiesEXT {
     VkStructureType sType();
     void * pNext();
     VkExtent2D minFragmentDensityTexelSize();
     VkExtent2D maxFragmentDensityTexelSize();
     VkBool32 fragmentDensityInvocations();
 }