diff options
| author | Ray <raysan5@gmail.com> | 2019-02-06 17:35:26 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-02-06 17:35:26 +0100 |
| commit | 68a2bf0e6ba3eb2348297e1333116e93e154dcfe (patch) | |
| tree | 9b5ec76df1f8c7a10a9b7d8e7114d6fdf00e73bb /src | |
| parent | 7370ae7b82172de0fff38935947392d883f19509 (diff) | |
| download | raylib-68a2bf0e6ba3eb2348297e1333116e93e154dcfe.tar.gz raylib-68a2bf0e6ba3eb2348297e1333116e93e154dcfe.zip | |
Update rlgl.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
