diff options
| author | Ray <[email protected]> | 2019-04-11 13:53:01 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-04-11 13:53:01 +0200 |
| commit | 5bfa67535040ed1cb717908d9f259db0c302d9e6 (patch) | |
| tree | 5d32732a4f76382b4098cc8cd4226b2aaba934b9 /src/config.h | |
| parent | aa8d10c48aed2bd41118156aead6eda26456b34f (diff) | |
| download | raylib-5bfa67535040ed1cb717908d9f259db0c302d9e6.tar.gz raylib-5bfa67535040ed1cb717908d9f259db0c302d9e6.zip | |
Review VR simulator mechanism
- No default VR device parameteres inside raylib
- VR device parameter should be provided by user
- VR distortion shader should be provided by user
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index dc30eeb2..2ea4b438 100644 --- a/src/config.h +++ b/src/config.h @@ -57,8 +57,6 @@ //------------------------------------------------------------------------------------ // Support VR simulation functionality (stereo rendering) #define SUPPORT_VR_SIMULATOR 1 -// Include stereo rendering distortion shader (shader_distortion.h) -#define SUPPORT_DISTORTION_SHADER 1 //------------------------------------------------------------------------------------ |
