Class VkPhysicalDeviceAmigoProfilingFeaturesSEC

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

public class VkPhysicalDeviceAmigoProfilingFeaturesSEC extends org.lwjgl.system.Struct<VkPhysicalDeviceAmigoProfilingFeaturesSEC> implements org.lwjgl.system.NativeResource
Stub description of VkPhysicalDeviceAmigoProfilingFeaturesSEC.
Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceAmigoProfilingFeaturesSEC {
     VkStructureType sType;
     void * pNext;
     VkBool32 amigoProfiling;
 }