Class VkPerformanceValueINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceValueINTEL extends Struct<VkPerformanceValueINTEL> implements NativeResource
struct VkPerformanceValueINTEL {
    VkPerformanceValueTypeINTEL type;
    VkPerformanceValueDataINTEL data;
}