Class VkPhysicalDeviceFeatures2

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceFeatures2KHR

public class VkPhysicalDeviceFeatures2 extends Struct<VkPhysicalDeviceFeatures2> implements 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 on the device in lieu of pEnabledFeatures.

Valid Usage (Implicit)
See Also

VkPhysicalDeviceFeatures, GetPhysicalDeviceFeatures2, GetPhysicalDeviceFeatures2KHR

Layout


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