Class VkPhysicalDeviceProperties2

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

public class VkPhysicalDeviceProperties2 extends Struct<VkPhysicalDeviceProperties2> implements NativeResource
Structure specifying physical device properties.
Description

The pNext chain of this structure is used to extend the structure with properties defined by extensions.

Valid Usage (Implicit)
See Also

VkPhysicalDeviceProperties, GetPhysicalDeviceProperties2, GetPhysicalDeviceProperties2KHR

Layout


 struct VkPhysicalDeviceProperties2 {
     VkStructureType sType();
     void * pNext();
     VkPhysicalDeviceProperties properties();
 }