diff options
| author | ghassanpl <[email protected]> | 2016-08-06 20:46:15 +0200 |
|---|---|---|
| committer | ghassanpl <[email protected]> | 2016-08-06 20:46:15 +0200 |
| commit | 1950085893f16d653f16ec0a0c991678e8c3cf53 (patch) | |
| tree | e6f4ec40f983f50e427e19a49e7519fa1a51448c /src/raylib.h | |
| parent | 82a0fae678a0f4b761bd5369222c956ffe173d31 (diff) | |
| parent | 306945fe147ea7742880635e77a5c2656f6e1fdc (diff) | |
| download | raylib-1950085893f16d653f16ec0a0c991678e8c3cf53.tar.gz raylib-1950085893f16d653f16ec0a0c991678e8c3cf53.zip | |
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/raylib.h b/src/raylib.h index 1489546a..bbf83ccd 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -909,10 +909,8 @@ void DestroyLight(Light light); // Destroy a //------------------------------------------------------------------------------------ void InitVrDevice(int vdDevice); // Init VR device void CloseVrDevice(void); // Close VR device -void UpdateVrTracking(void); // Update VR tracking (position and orientation) -void BeginVrDrawing(void); // Begin VR drawing configuration -void EndVrDrawing(void); // End VR drawing process (and desktop mirror) bool IsVrDeviceReady(void); // Detect if VR device (or simulator) is ready +void UpdateVrTracking(void); // Update VR tracking (position and orientation) void ToggleVrMode(void); // Enable/Disable VR experience (device or simulator) //------------------------------------------------------------------------------------ |
