Class VkPhysicalDeviceDrmPropertiesEXT.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<VkPhysicalDeviceDrmPropertiesEXT>, NativeResource, Pointer
Enclosing class:
VkPhysicalDeviceDrmPropertiesEXT

public static class VkPhysicalDeviceDrmPropertiesEXT.Buffer extends StructBuffer<VkPhysicalDeviceDrmPropertiesEXT,VkPhysicalDeviceDrmPropertiesEXT.Buffer> implements NativeResource
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkPhysicalDeviceDrmPropertiesEXT.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by VkPhysicalDeviceDrmPropertiesEXT.SIZEOF, and its mark will be undefined.

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

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • sType

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • hasPrimary

      public boolean hasPrimary()
      Returns:
      the value of the hasPrimary field.
    • hasRender

      public boolean hasRender()
      Returns:
      the value of the hasRender field.
    • primaryMajor

      public long primaryMajor()
      Returns:
      the value of the primaryMajor field.
    • primaryMinor

      public long primaryMinor()
      Returns:
      the value of the primaryMinor field.
    • renderMajor

      public long renderMajor()
      Returns:
      the value of the renderMajor field.
    • renderMinor

      public long renderMinor()
      Returns:
      the value of the renderMinor field.
    • sType

      public VkPhysicalDeviceDrmPropertiesEXT.Buffer sType(int value)
      Sets the specified value to the sType field.
    • sType$Default

      Sets the STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT value to the sType field.
    • pNext

      public VkPhysicalDeviceDrmPropertiesEXT.Buffer pNext(long value)
      Sets the specified value to the pNext field.