Class VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Buffer

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

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

    • Buffer

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

      public boolean rayTracingPipeline()
      Returns:
      the value of the rayTracingPipeline field.
    • rayTracingPipelineShaderGroupHandleCaptureReplay

      public boolean rayTracingPipelineShaderGroupHandleCaptureReplay()
      Returns:
      the value of the rayTracingPipelineShaderGroupHandleCaptureReplay field.
    • rayTracingPipelineShaderGroupHandleCaptureReplayMixed

      public boolean rayTracingPipelineShaderGroupHandleCaptureReplayMixed()
      Returns:
      the value of the rayTracingPipelineShaderGroupHandleCaptureReplayMixed field.
    • rayTracingPipelineTraceRaysIndirect

      public boolean rayTracingPipelineTraceRaysIndirect()
      Returns:
      the value of the rayTracingPipelineTraceRaysIndirect field.
    • rayTraversalPrimitiveCulling

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

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

    • pNext

      Sets the specified value to the pNext field.
    • rayTracingPipeline

      public VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Buffer rayTracingPipeline(boolean value)
      Sets the specified value to the rayTracingPipeline field.
    • rayTracingPipelineShaderGroupHandleCaptureReplay

      public VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Buffer rayTracingPipelineShaderGroupHandleCaptureReplay(boolean value)
      Sets the specified value to the rayTracingPipelineShaderGroupHandleCaptureReplay field.
    • rayTracingPipelineShaderGroupHandleCaptureReplayMixed

      public VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Buffer rayTracingPipelineShaderGroupHandleCaptureReplayMixed(boolean value)
      Sets the specified value to the rayTracingPipelineShaderGroupHandleCaptureReplayMixed field.
    • rayTracingPipelineTraceRaysIndirect

      public VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Buffer rayTracingPipelineTraceRaysIndirect(boolean value)
      Sets the specified value to the rayTracingPipelineTraceRaysIndirect field.
    • rayTraversalPrimitiveCulling

      public VkPhysicalDeviceRayTracingPipelineFeaturesKHR.Buffer rayTraversalPrimitiveCulling(boolean value)
      Sets the specified value to the rayTraversalPrimitiveCulling field.