Class VkPhysicalDeviceLayeredDriverPropertiesMSFT

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

public class VkPhysicalDeviceLayeredDriverPropertiesMSFT extends org.lwjgl.system.Struct<VkPhysicalDeviceLayeredDriverPropertiesMSFT> implements org.lwjgl.system.NativeResource
Structure containing information about driver layering for a physical device.
Description

These are properties of the driver layering information of a physical device.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceLayeredDriverPropertiesMSFT {
     VkStructureType sType();
     void * pNext();
     VkLayeredDriverUnderlyingApiMSFT underlyingAPI();
 }