Class RENDERDOC_API_1_6_0.Buffer

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

public static class RENDERDOC_API_1_6_0.Buffer extends StructBuffer<RENDERDOC_API_1_6_0, RENDERDOC_API_1_6_0.Buffer> implements NativeResource
An array of RENDERDOC_API_1_6_0 structs.
  • Constructor Details

    • Buffer

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

    • GetAPIVersion

      @NativeType("void *") public long GetAPIVersion()
      Returns:
      the value of the GetAPIVersion field.
    • SetCaptureOptionU32

      @NativeType("void *") public long SetCaptureOptionU32()
      Returns:
      the value of the SetCaptureOptionU32 field.
    • SetCaptureOptionF32

      @NativeType("void *") public long SetCaptureOptionF32()
      Returns:
      the value of the SetCaptureOptionF32 field.
    • GetCaptureOptionU32

      @NativeType("void *") public long GetCaptureOptionU32()
      Returns:
      the value of the GetCaptureOptionU32 field.
    • GetCaptureOptionF32

      @NativeType("void *") public long GetCaptureOptionF32()
      Returns:
      the value of the GetCaptureOptionF32 field.
    • SetFocusToggleKeys

      @NativeType("void *") public long SetFocusToggleKeys()
      Returns:
      the value of the SetFocusToggleKeys field.
    • SetCaptureKeys

      @NativeType("void *") public long SetCaptureKeys()
      Returns:
      the value of the SetCaptureKeys field.
    • GetOverlayBits

      @NativeType("void *") public long GetOverlayBits()
      Returns:
      the value of the GetOverlayBits field.
    • MaskOverlayBits

      @NativeType("void *") public long MaskOverlayBits()
      Returns:
      the value of the MaskOverlayBits field.
    • RemoveHooks

      @NativeType("void *") public long RemoveHooks()
      Returns:
      the value of the RemoveHooks field.
    • UnloadCrashHandler

      @NativeType("void *") public long UnloadCrashHandler()
      Returns:
      the value of the UnloadCrashHandler field.
    • SetCaptureFilePathTemplate

      @NativeType("void *") public long SetCaptureFilePathTemplate()
      Returns:
      the value of the SetCaptureFilePathTemplate field.
    • GetCaptureFilePathTemplate

      @NativeType("void *") public long GetCaptureFilePathTemplate()
      Returns:
      the value of the GetCaptureFilePathTemplate field.
    • GetNumCaptures

      @NativeType("void *") public long GetNumCaptures()
      Returns:
      the value of the GetNumCaptures field.
    • GetCapture

      @NativeType("void *") public long GetCapture()
      Returns:
      the value of the GetCapture field.
    • TriggerCapture

      @NativeType("void *") public long TriggerCapture()
      Returns:
      the value of the TriggerCapture field.
    • IsTargetControlConnected

      @NativeType("void *") public long IsTargetControlConnected()
      Returns:
      the value of the IsTargetControlConnected field.
    • LaunchReplayUI

      @NativeType("void *") public long LaunchReplayUI()
      Returns:
      the value of the LaunchReplayUI field.
    • SetActiveWindow

      @NativeType("void *") public long SetActiveWindow()
      Returns:
      the value of the SetActiveWindow field.
    • StartFrameCapture

      @NativeType("void *") public long StartFrameCapture()
      Returns:
      the value of the StartFrameCapture field.
    • IsFrameCapturing

      @NativeType("void *") public long IsFrameCapturing()
      Returns:
      the value of the IsFrameCapturing field.
    • EndFrameCapture

      @NativeType("void *") public long EndFrameCapture()
      Returns:
      the value of the EndFrameCapture field.
    • TriggerMultiFrameCapture

      @NativeType("void *") public long TriggerMultiFrameCapture()
      Returns:
      the value of the TriggerMultiFrameCapture field.
    • SetCaptureFileComments

      @NativeType("void *") public long SetCaptureFileComments()
      Returns:
      the value of the SetCaptureFileComments field.
    • DiscardFrameCapture

      @NativeType("void *") public long DiscardFrameCapture()
      Returns:
      the value of the DiscardFrameCapture field.
    • ShowReplayUI

      @NativeType("void *") public long ShowReplayUI()
      Returns:
      the value of the ShowReplayUI field.
    • SetCaptureTitle

      @NativeType("void *") public long SetCaptureTitle()
      Returns:
      the value of the SetCaptureTitle field.