Package org.lwjgl.openvr
Class VRPaths
java.lang.Object
org.lwjgl.openvr.VRPaths
-
Method Summary
Modifier and TypeMethodDescriptionstatic intnVRPaths_HandleToString(long pHandle, long pchBuffer, int unBufferSize, long punBufferSizeUsed) static intnVRPaths_ReadPathBatch(long ulRootHandle, long pBatch, int unBatchEntryCount) static intnVRPaths_StringToHandle(long pHandle, long pchPath) static intnVRPaths_WritePathBatch(long ulRootHandle, long pBatch, int unBatchEntryCount) static intVRPaths_HandleToString(long pHandle, ByteBuffer pchBuffer, IntBuffer punBufferSizeUsed) static intVRPaths_ReadPathBatch(long ulRootHandle, PathRead.Buffer pBatch) static intVRPaths_StringToHandle(LongBuffer pHandle, ByteBuffer pchPath) static intVRPaths_WritePathBatch(long ulRootHandle, PathWrite.Buffer pBatch)
-
Method Details
-
nVRPaths_ReadPathBatch
public static int nVRPaths_ReadPathBatch(long ulRootHandle, long pBatch, int unBatchEntryCount) -
VRPaths_ReadPathBatch
-
nVRPaths_WritePathBatch
public static int nVRPaths_WritePathBatch(long ulRootHandle, long pBatch, int unBatchEntryCount) -
VRPaths_WritePathBatch
-
nVRPaths_StringToHandle
public static int nVRPaths_StringToHandle(long pHandle, long pchPath) -
VRPaths_StringToHandle
-
nVRPaths_HandleToString
public static int nVRPaths_HandleToString(long pHandle, long pchBuffer, int unBufferSize, long punBufferSizeUsed) -
VRPaths_HandleToString
public static int VRPaths_HandleToString(long pHandle, ByteBuffer pchBuffer, IntBuffer punBufferSizeUsed)
-