diff options
| author | raysan5 <raysan5@gmail.com> | 2016-10-10 19:42:59 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-10-10 19:42:59 +0200 |
| commit | 5fecf5c088122dc409bd209b08627e671cbdc175 (patch) | |
| tree | 6884d35093f1d3d3cd383908ba8884e9abfbae70 /src/raylib.h | |
| parent | c384b375dfb0651291d8a00bce935e1b5631397d (diff) | |
| download | raylib-5fecf5c088122dc409bd209b08627e671cbdc175.tar.gz raylib-5fecf5c088122dc409bd209b08627e671cbdc175.zip | |
Review UpdateVrTracking() and rlglLoadRenderTexture()
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index df0ee7bc..9bc89130 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -892,7 +892,7 @@ RLAPI void InitVrDevice(int vdDevice); // Init VR device RLAPI void CloseVrDevice(void); // Close VR device RLAPI bool IsVrDeviceReady(void); // Detect if VR device (or simulator) is ready RLAPI bool IsVrSimulator(void); // Detect if VR simulator is running -RLAPI void UpdateVrTracking(void); // Update VR tracking (position and orientation) +RLAPI void UpdateVrTracking(Camera *camera); // Update VR tracking (position and orientation) and camera RLAPI void ToggleVrMode(void); // Enable/Disable VR experience (device or simulator) //------------------------------------------------------------------------------------ |
