Class VkPhysicalDeviceAmigoProfilingFeaturesSEC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceAmigoProfilingFeaturesSEC extends Struct<VkPhysicalDeviceAmigoProfilingFeaturesSEC> implements NativeResource
struct VkPhysicalDeviceAmigoProfilingFeaturesSEC {
    VkStructureType sType;
    void * pNext;
    VkBool32 amigoProfiling;
}