Class VkPhysicalDeviceShaderInstrumentationFeaturesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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