Class VkPerformanceOverrideInfoINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceOverrideInfoINTEL extends Struct<VkPerformanceOverrideInfoINTEL> implements NativeResource
Performance override information.
Valid Usage (Implicit)
See Also

CmdSetPerformanceOverrideINTEL

Layout


 struct VkPerformanceOverrideInfoINTEL {
     VkStructureType sType;
     void const * pNext;
     VkPerformanceOverrideTypeINTEL type();
     VkBool32 enable();
     uint64_t parameter();
 }