summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2019-04-11 13:53:01 +0200
committerRay <[email protected]>2019-04-11 13:53:01 +0200
commit5bfa67535040ed1cb717908d9f259db0c302d9e6 (patch)
tree5d32732a4f76382b4098cc8cd4226b2aaba934b9 /src/config.h
parentaa8d10c48aed2bd41118156aead6eda26456b34f (diff)
downloadraylib-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.h2
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
//------------------------------------------------------------------------------------