Class VkDataGraphTOSANameQualityARM

All Implemented Interfaces:
Pointer

public class VkDataGraphTOSANameQualityARM extends Struct<VkDataGraphTOSANameQualityARM>
struct VkDataGraphTOSANameQualityARM {
    char name[VK_MAX_DATA_GRAPH_TOSA_NAME_SIZE_ARM];
    VkDataGraphTOSAQualityFlagsARM qualityFlags;
}
  • Field Details

    • SIZEOF

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

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

      public static final int NAME
      The struct member offsets.
    • QUALITYFLAGS

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

    • VkDataGraphTOSANameQualityARM

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