Class VkPhysicalDeviceSubpassShadingPropertiesHUAWEI

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

public class VkPhysicalDeviceSubpassShadingPropertiesHUAWEI extends org.lwjgl.system.Struct<VkPhysicalDeviceSubpassShadingPropertiesHUAWEI> implements org.lwjgl.system.NativeResource
Structure describing subpass shading properties supported by an implementation.
Description

If the VkPhysicalDeviceSubpassShadingPropertiesHUAWEI 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 VkPhysicalDeviceSubpassShadingPropertiesHUAWEI {
     VkStructureType sType();
     void * pNext();
     uint32_t maxSubpassShadingWorkgroupSizeAspectRatio();
 }