Class VkPerformanceValueINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceValueINTEL extends Struct<VkPerformanceValueINTEL> implements NativeResource

 struct VkPerformanceValueINTEL {
     VkPerformanceValueTypeINTEL type;
     {@link VkPerformanceValueDataINTEL VkPerformanceValueDataINTEL} data;
 }