Class VkPhysicalDeviceMeshShaderPropertiesEXT.Buffer

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

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

    • Buffer

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

      public int maxTaskWorkGroupTotalCount()
      Returns:
      the value of the maxTaskWorkGroupTotalCount field.
    • maxTaskWorkGroupCount

      public IntBuffer maxTaskWorkGroupCount()
      Returns:
      a IntBuffer view of the maxTaskWorkGroupCount field.
    • maxTaskWorkGroupCount

      public int maxTaskWorkGroupCount(int index)
      Returns:
      the value at the specified index of the maxTaskWorkGroupCount field.
    • maxTaskWorkGroupInvocations

      public int maxTaskWorkGroupInvocations()
      Returns:
      the value of the maxTaskWorkGroupInvocations field.
    • maxTaskWorkGroupSize

      public IntBuffer maxTaskWorkGroupSize()
      Returns:
      a IntBuffer view of the maxTaskWorkGroupSize field.
    • maxTaskWorkGroupSize

      public int maxTaskWorkGroupSize(int index)
      Returns:
      the value at the specified index of the maxTaskWorkGroupSize field.
    • maxTaskPayloadSize

      public int maxTaskPayloadSize()
      Returns:
      the value of the maxTaskPayloadSize field.
    • maxTaskSharedMemorySize

      public int maxTaskSharedMemorySize()
      Returns:
      the value of the maxTaskSharedMemorySize field.
    • maxTaskPayloadAndSharedMemorySize

      public int maxTaskPayloadAndSharedMemorySize()
      Returns:
      the value of the maxTaskPayloadAndSharedMemorySize field.
    • maxMeshWorkGroupTotalCount

      public int maxMeshWorkGroupTotalCount()
      Returns:
      the value of the maxMeshWorkGroupTotalCount field.
    • maxMeshWorkGroupCount

      public IntBuffer maxMeshWorkGroupCount()
      Returns:
      a IntBuffer view of the maxMeshWorkGroupCount field.
    • maxMeshWorkGroupCount

      public int maxMeshWorkGroupCount(int index)
      Returns:
      the value at the specified index of the maxMeshWorkGroupCount field.
    • maxMeshWorkGroupInvocations

      public int maxMeshWorkGroupInvocations()
      Returns:
      the value of the maxMeshWorkGroupInvocations field.
    • maxMeshWorkGroupSize

      public IntBuffer maxMeshWorkGroupSize()
      Returns:
      a IntBuffer view of the maxMeshWorkGroupSize field.
    • maxMeshWorkGroupSize

      public int maxMeshWorkGroupSize(int index)
      Returns:
      the value at the specified index of the maxMeshWorkGroupSize field.
    • maxMeshSharedMemorySize

      public int maxMeshSharedMemorySize()
      Returns:
      the value of the maxMeshSharedMemorySize field.
    • maxMeshPayloadAndSharedMemorySize

      public int maxMeshPayloadAndSharedMemorySize()
      Returns:
      the value of the maxMeshPayloadAndSharedMemorySize field.
    • maxMeshOutputMemorySize

      public int maxMeshOutputMemorySize()
      Returns:
      the value of the maxMeshOutputMemorySize field.
    • maxMeshPayloadAndOutputMemorySize

      public int maxMeshPayloadAndOutputMemorySize()
      Returns:
      the value of the maxMeshPayloadAndOutputMemorySize field.
    • maxMeshOutputComponents

      public int maxMeshOutputComponents()
      Returns:
      the value of the maxMeshOutputComponents field.
    • maxMeshOutputVertices

      public int maxMeshOutputVertices()
      Returns:
      the value of the maxMeshOutputVertices field.
    • maxMeshOutputPrimitives

      public int maxMeshOutputPrimitives()
      Returns:
      the value of the maxMeshOutputPrimitives field.
    • maxMeshOutputLayers

      public int maxMeshOutputLayers()
      Returns:
      the value of the maxMeshOutputLayers field.
    • maxMeshMultiviewViewCount

      public int maxMeshMultiviewViewCount()
      Returns:
      the value of the maxMeshMultiviewViewCount field.
    • meshOutputPerVertexGranularity

      public int meshOutputPerVertexGranularity()
      Returns:
      the value of the meshOutputPerVertexGranularity field.
    • meshOutputPerPrimitiveGranularity

      public int meshOutputPerPrimitiveGranularity()
      Returns:
      the value of the meshOutputPerPrimitiveGranularity field.
    • maxPreferredTaskWorkGroupInvocations

      public int maxPreferredTaskWorkGroupInvocations()
      Returns:
      the value of the maxPreferredTaskWorkGroupInvocations field.
    • maxPreferredMeshWorkGroupInvocations

      public int maxPreferredMeshWorkGroupInvocations()
      Returns:
      the value of the maxPreferredMeshWorkGroupInvocations field.
    • prefersLocalInvocationVertexOutput

      public boolean prefersLocalInvocationVertexOutput()
      Returns:
      the value of the prefersLocalInvocationVertexOutput field.
    • prefersLocalInvocationPrimitiveOutput

      public boolean prefersLocalInvocationPrimitiveOutput()
      Returns:
      the value of the prefersLocalInvocationPrimitiveOutput field.
    • prefersCompactVertexOutput

      public boolean prefersCompactVertexOutput()
      Returns:
      the value of the prefersCompactVertexOutput field.
    • prefersCompactPrimitiveOutput

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

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

    • pNext

      Sets the specified value to the pNext field.