Class VkPerformanceValueINTEL

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

public class VkPerformanceValueINTEL extends org.lwjgl.system.Struct<VkPerformanceValueINTEL> implements org.lwjgl.system.NativeResource
Container for value and types of parameters that can be queried.
See Also

VkPerformanceValueDataINTEL, GetPerformanceParameterINTEL

Layout


 struct VkPerformanceValueINTEL {
     VkPerformanceValueTypeINTEL type();
     VkPerformanceValueDataINTEL data();
 }