Class VkPhysicalDeviceDataGraphFeaturesARM.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkPhysicalDeviceDataGraphFeaturesARM.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 VkPhysicalDeviceDataGraphFeaturesARM.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.
    • dataGraph

      public boolean dataGraph()
      Returns:
      the value of the dataGraph field.
    • dataGraphUpdateAfterBind

      public boolean dataGraphUpdateAfterBind()
      Returns:
      the value of the dataGraphUpdateAfterBind field.
    • dataGraphSpecializationConstants

      public boolean dataGraphSpecializationConstants()
      Returns:
      the value of the dataGraphSpecializationConstants field.
    • dataGraphDescriptorBuffer

      public boolean dataGraphDescriptorBuffer()
      Returns:
      the value of the dataGraphDescriptorBuffer field.
    • dataGraphShaderModule

      public boolean dataGraphShaderModule()
      Returns:
      the value of the dataGraphShaderModule field.
    • sType

      Sets the specified value to the sType field.
    • sType$Default

    • pNext

      Sets the specified value to the pNext field.
    • dataGraph

      public VkPhysicalDeviceDataGraphFeaturesARM.Buffer dataGraph(boolean value)
      Sets the specified value to the dataGraph field.
    • dataGraphUpdateAfterBind

      public VkPhysicalDeviceDataGraphFeaturesARM.Buffer dataGraphUpdateAfterBind(boolean value)
      Sets the specified value to the dataGraphUpdateAfterBind field.
    • dataGraphSpecializationConstants

      public VkPhysicalDeviceDataGraphFeaturesARM.Buffer dataGraphSpecializationConstants(boolean value)
      Sets the specified value to the dataGraphSpecializationConstants field.
    • dataGraphDescriptorBuffer

      public VkPhysicalDeviceDataGraphFeaturesARM.Buffer dataGraphDescriptorBuffer(boolean value)
      Sets the specified value to the dataGraphDescriptorBuffer field.
    • dataGraphShaderModule

      public VkPhysicalDeviceDataGraphFeaturesARM.Buffer dataGraphShaderModule(boolean value)
      Sets the specified value to the dataGraphShaderModule field.