Class VkPhysicalDeviceExtendedDynamicState3PropertiesEXT

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

public class VkPhysicalDeviceExtendedDynamicState3PropertiesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceExtendedDynamicState3PropertiesEXT> implements org.lwjgl.system.NativeResource
Structure describing capabilities of extended dynamic state.
Description

If the VkPhysicalDeviceExtendedDynamicState3PropertiesEXT 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 VkPhysicalDeviceExtendedDynamicState3PropertiesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 dynamicPrimitiveTopologyUnrestricted();
 }