Class VkPhysicalDeviceFeatures2

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceFeatures2>
org.lwjgl.vulkan.VkPhysicalDeviceFeatures2
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkPhysicalDeviceFeatures2KHR

public class VkPhysicalDeviceFeatures2 extends org.lwjgl.system.Struct<VkPhysicalDeviceFeatures2> implements org.lwjgl.system.NativeResource
Structure describing the fine-grained features that can be supported by an implementation.
Description

The pNext chain of this structure is used to extend the structure with features defined by extensions. This structure can be used in GetPhysicalDeviceFeatures2 or can be included in the pNext chain of a VkDeviceCreateInfo structure, in which case it controls which features are enabled in lieu of pEnabledFeatures.

Valid Usage (Implicit)
See Also

VkPhysicalDeviceFeatures, GetPhysicalDeviceFeatures2, GetPhysicalDeviceFeatures2KHR

Layout


 struct VkPhysicalDeviceFeatures2 {
     VkStructureType sType();
     void * pNext();
     VkPhysicalDeviceFeatures features();
 }