Class VkPipelineExecutableStatisticValueKHR

All Implemented Interfaces:
Pointer

public class VkPipelineExecutableStatisticValueKHR extends Struct<VkPipelineExecutableStatisticValueKHR>
A union describing a pipeline executable statistic.
See Also

VkPipelineExecutableStatisticKHR

Layout


 union VkPipelineExecutableStatisticValueKHR {
     VkBool32 b32();
     int64_t i64();
     uint64_t u64();
     double f64();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • B32

      public static final int B32
      The struct member offsets.
    • I64

      public static final int I64
      The struct member offsets.
    • U64

      public static final int U64
      The struct member offsets.
    • F64

      public static final int F64
      The struct member offsets.
  • Constructor Details

    • VkPipelineExecutableStatisticValueKHR

      public VkPipelineExecutableStatisticValueKHR(ByteBuffer container)
      Creates a VkPipelineExecutableStatisticValueKHR 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.

  • Method Details