Class VkDrmFormatModifierPropertiesEXT

java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.ext.struct.VkDrmFormatModifierPropertiesEXT
All Implemented Interfaces:
Addressable
Direct Known Subclasses:
VkDrmFormatModifierPropertiesEXT.Buffer

public sealed class VkDrmFormatModifierPropertiesEXT extends GroupType permits VkDrmFormatModifierPropertiesEXT.Buffer

Layout

struct VkDrmFormatModifierPropertiesEXT {
    uint64_t drmFormatModifier;
    uint32_t drmFormatModifierPlaneCount;
    ((uint32_t) VkFlags) VkFormatFeatureFlags drmFormatModifierTilingFeatures;
};
  • Field Details

    • LAYOUT

      public static final GroupLayout LAYOUT
      The struct layout of VkDrmFormatModifierPropertiesEXT.
    • OFFSET_drmFormatModifier

      public static final long OFFSET_drmFormatModifier
      The byte offset of drmFormatModifier.
    • LAYOUT_drmFormatModifier

      public static final MemoryLayout LAYOUT_drmFormatModifier
      The memory layout of drmFormatModifier.
    • VH_drmFormatModifier

      public static final VarHandle VH_drmFormatModifier
      The VarHandle of drmFormatModifier of type (MemorySegment base, long baseOffset, long index)MemorySegment.
    • OFFSET_drmFormatModifierPlaneCount

      public static final long OFFSET_drmFormatModifierPlaneCount
      The byte offset of drmFormatModifierPlaneCount.
    • LAYOUT_drmFormatModifierPlaneCount

      public static final MemoryLayout LAYOUT_drmFormatModifierPlaneCount
      The memory layout of drmFormatModifierPlaneCount.
    • VH_drmFormatModifierPlaneCount

      public static final VarHandle VH_drmFormatModifierPlaneCount
      The VarHandle of drmFormatModifierPlaneCount of type (MemorySegment base, long baseOffset, long index)MemorySegment.
    • OFFSET_drmFormatModifierTilingFeatures

      public static final long OFFSET_drmFormatModifierTilingFeatures
      The byte offset of drmFormatModifierTilingFeatures.
    • LAYOUT_drmFormatModifierTilingFeatures

      public static final MemoryLayout LAYOUT_drmFormatModifierTilingFeatures
      The memory layout of drmFormatModifierTilingFeatures.
    • VH_drmFormatModifierTilingFeatures

      public static final VarHandle VH_drmFormatModifierTilingFeatures
      The VarHandle of drmFormatModifierTilingFeatures of type (MemorySegment base, long baseOffset, long index)MemorySegment.
  • Constructor Details

    • VkDrmFormatModifierPropertiesEXT

      public VkDrmFormatModifierPropertiesEXT(MemorySegment segment)
      Creates VkDrmFormatModifierPropertiesEXT with the given segment.
      Parameters:
      segment - the memory segment
  • Method Details

    • of

      Creates VkDrmFormatModifierPropertiesEXT with the given segment.
      Parameters:
      segment - the memory segment
      Returns:
      the created instance or null if the segment is NULL
    • ofNative

      public static VkDrmFormatModifierPropertiesEXT ofNative(MemorySegment segment)

      Creates VkDrmFormatModifierPropertiesEXT with the given segment.

      Reinterprets the segment if zero-length.

      Parameters:
      segment - the memory segment
      Returns:
      the created instance or null if the segment is NULL
    • ofNative

      public static VkDrmFormatModifierPropertiesEXT.Buffer ofNative(MemorySegment segment, long count)

      Creates VkDrmFormatModifierPropertiesEXT with the given segment.

      Reinterprets the segment if zero-length.

      Parameters:
      segment - the memory segment
      count - the count of the buffer
      Returns:
      the created instance or null if the segment is NULL
    • alloc

      public static VkDrmFormatModifierPropertiesEXT alloc(SegmentAllocator allocator)
      Allocates a VkDrmFormatModifierPropertiesEXT with the given segment allocator.
      Parameters:
      allocator - the segment allocator
      Returns:
      the allocated VkDrmFormatModifierPropertiesEXT
    • alloc

      public static VkDrmFormatModifierPropertiesEXT.Buffer alloc(SegmentAllocator allocator, long count)
      Allocates a VkDrmFormatModifierPropertiesEXT with the given segment allocator and count.
      Parameters:
      allocator - the segment allocator
      count - the count
      Returns:
      the allocated VkDrmFormatModifierPropertiesEXT
    • copyFrom

      Copies from the given source.
      Parameters:
      src - the source
      Returns:
      this
    • asBuffer

      Converts this instance to a buffer.
      Returns:
      the buffer
    • drmFormatModifier

      public static long drmFormatModifier(MemorySegment segment, long index)
      Returns drmFormatModifier at the given index.
      Parameters:
      segment - the segment of the struct
      index - the index of the struct buffer
      Returns:
      drmFormatModifier at the given index
    • drmFormatModifier

      public long drmFormatModifier()
      Returns drmFormatModifier.
      Returns:
      drmFormatModifier
    • drmFormatModifier

      public static void drmFormatModifier(MemorySegment segment, long index, long value)
      Sets drmFormatModifier with the given value at the given index.
      Parameters:
      segment - the segment of the struct
      index - the index of the struct buffer
      value - the value
    • drmFormatModifier

      public VkDrmFormatModifierPropertiesEXT drmFormatModifier(long value)
      Sets drmFormatModifier with the given value.
      Parameters:
      value - the value
      Returns:
      this
    • drmFormatModifierPlaneCount

      public static int drmFormatModifierPlaneCount(MemorySegment segment, long index)
      Returns drmFormatModifierPlaneCount at the given index.
      Parameters:
      segment - the segment of the struct
      index - the index of the struct buffer
      Returns:
      drmFormatModifierPlaneCount at the given index
    • drmFormatModifierPlaneCount

      public int drmFormatModifierPlaneCount()
      Returns drmFormatModifierPlaneCount.
      Returns:
      drmFormatModifierPlaneCount
    • drmFormatModifierPlaneCount

      public static void drmFormatModifierPlaneCount(MemorySegment segment, long index, int value)
      Sets drmFormatModifierPlaneCount with the given value at the given index.
      Parameters:
      segment - the segment of the struct
      index - the index of the struct buffer
      value - the value
    • drmFormatModifierPlaneCount

      public VkDrmFormatModifierPropertiesEXT drmFormatModifierPlaneCount(int value)
      Sets drmFormatModifierPlaneCount with the given value.
      Parameters:
      value - the value
      Returns:
      this
    • drmFormatModifierTilingFeatures

      public static int drmFormatModifierTilingFeatures(MemorySegment segment, long index)
      Returns drmFormatModifierTilingFeatures at the given index.
      Parameters:
      segment - the segment of the struct
      index - the index of the struct buffer
      Returns:
      drmFormatModifierTilingFeatures at the given index
    • drmFormatModifierTilingFeatures

      public int drmFormatModifierTilingFeatures()
      Returns drmFormatModifierTilingFeatures.
      Returns:
      drmFormatModifierTilingFeatures
    • drmFormatModifierTilingFeatures

      public static void drmFormatModifierTilingFeatures(MemorySegment segment, long index, int value)
      Sets drmFormatModifierTilingFeatures with the given value at the given index.
      Parameters:
      segment - the segment of the struct
      index - the index of the struct buffer
      value - the value
    • drmFormatModifierTilingFeatures

      public VkDrmFormatModifierPropertiesEXT drmFormatModifierTilingFeatures(int value)
      Sets drmFormatModifierTilingFeatures with the given value.
      Parameters:
      value - the value
      Returns:
      this