Class VkPerformanceValueDataINTEL

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

public class VkPerformanceValueDataINTEL extends org.lwjgl.system.Struct<VkPerformanceValueDataINTEL> implements org.lwjgl.system.NativeResource
Values returned for the parameters.
Description

The correct member of the union is determined by the associated VkPerformanceValueTypeINTEL value.

See Also

VkPerformanceValueINTEL

Layout


 union VkPerformanceValueDataINTEL {
     uint32_t value32();
     uint64_t value64();
     float valueFloat();
     VkBool32 valueBool();
     char const * valueString();
 }