Class VkPerformanceOverrideInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceOverrideInfoINTEL extends Struct<VkPerformanceOverrideInfoINTEL> implements NativeResource
struct VkPerformanceOverrideInfoINTEL {
    VkStructureType sType;
    void const * pNext;
    VkPerformanceOverrideTypeINTEL type;
    VkBool32 enable;
    uint64_t parameter;
}