Class VkPhysicalDeviceLayeredDriverPropertiesMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceLayeredDriverPropertiesMSFT extends Struct<VkPhysicalDeviceLayeredDriverPropertiesMSFT> implements NativeResource

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