Class PathRead

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<PathRead>
org.lwjgl.openvr.PathRead
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class PathRead extends org.lwjgl.system.Struct<PathRead> implements org.lwjgl.system.NativeResource

Layout


 struct PathRead_t {
     PathHandle_t ulPath;
     void * pvBuffer;
     uint32_t unBufferSize;
     PropertyTypeTag_t unTag;
     uint32_t unRequiredBufferSize;
     ETrackedPropertyError eError();
     char * pszPath;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • ULPATH

      public static final int ULPATH
      The struct member offsets.
    • PVBUFFER

      public static final int PVBUFFER
      The struct member offsets.
    • UNBUFFERSIZE

      public static final int UNBUFFERSIZE
      The struct member offsets.
    • UNTAG

      public static final int UNTAG
      The struct member offsets.
    • UNREQUIREDBUFFERSIZE

      public static final int UNREQUIREDBUFFERSIZE
      The struct member offsets.
    • EERROR

      public static final int EERROR
      The struct member offsets.
    • PSZPATH

      public static final int PSZPATH
      The struct member offsets.
  • Constructor Details

    • PathRead

      public PathRead(ByteBuffer container)
      Creates a PathRead instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

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

  • Method Details