Class VkPhysicalDeviceShadingRateImagePropertiesNV

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

public class VkPhysicalDeviceShadingRateImagePropertiesNV extends org.lwjgl.system.Struct<VkPhysicalDeviceShadingRateImagePropertiesNV> implements org.lwjgl.system.NativeResource
Structure describing shading rate image limits that can be supported by an implementation.
Description

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

These properties are related to the shading rate image feature.

Valid Usage (Implicit)
See Also

VkExtent2D

Layout


 struct VkPhysicalDeviceShadingRateImagePropertiesNV {
     VkStructureType sType();
     void * pNext();
     VkExtent2D shadingRateTexelSize();
     uint32_t shadingRatePaletteSize();
     uint32_t shadingRateMaxCoarseSamples();
 }