aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-02-06 17:35:26 +0100
committerRay <raysan5@gmail.com>2019-02-06 17:35:26 +0100
commit68a2bf0e6ba3eb2348297e1333116e93e154dcfe (patch)
tree9b5ec76df1f8c7a10a9b7d8e7114d6fdf00e73bb /src
parent7370ae7b82172de0fff38935947392d883f19509 (diff)
downloadraylib-68a2bf0e6ba3eb2348297e1333116e93e154dcfe.tar.gz
raylib-68a2bf0e6ba3eb2348297e1333116e93e154dcfe.zip
Update rlgl.h
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 10356f13..979b3a2d 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -533,7 +533,6 @@ void EndBlendMode(void); // End blending mode (reset to
// VR control functions
VrDeviceInfo GetVrDeviceInfo(int vrDeviceType); // Get VR device information for some standard devices
-VrStereoConfig SetStereoConfig(VrDeviceInfo hmd, Shader distortion);
void InitVrSimulator(VrDeviceInfo info); // Init VR simulator for selected device parameters
void UpdateVrTracking(Camera *camera); // Update VR tracking (position and orientation) and camera
void CloseVrSimulator(void); // Close VR simulator for current device