Class VkPerformanceValueINTEL

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkPerformanceValueINTEL
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Container for value and types of parameters that can be queried.
    Valid Usage (Implicit)
    See Also

    VkPerformanceValueDataINTEL, GetPerformanceParameterINTEL

    Member documentation

    • type – an VkPerformanceValueTypeINTEL value specifying the type of the returned data.
    • data – an VkPerformanceValueDataINTEL union specifying the value of the returned data.

    Layout

    
     struct VkPerformanceValueINTEL {
         VkPerformanceValueTypeINTEL type;
         VkPerformanceValueDataINTEL data;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • TYPE, DATA

        The struct member offsets.
    • Constructor Detail

      • VkPerformanceValueINTEL

        public VkPerformanceValueINTEL​(java.nio.ByteBuffer container)
        Creates a VkPerformanceValueINTEL instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

        The created instance holds a strong reference to the container object.