diff options
author | Bastiaan Olij <mux213@gmail.com> | 2018-10-01 06:51:50 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2018-10-02 17:14:43 +1000 |
commit | a6df366b238d93cabc73cb37129cb8979287661a (patch) | |
tree | b948aa205acc9d9e3abeff59adfd11360b7c773e /modules/mobile_vr/SCsub | |
parent | a16dc807e535969f041667442b328232bba0cf3e (diff) |
Moving lens distortion shader into drivers and adding GLES2 support
Diffstat (limited to 'modules/mobile_vr/SCsub')
-rw-r--r-- | modules/mobile_vr/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mobile_vr/SCsub b/modules/mobile_vr/SCsub index e5725ceb6f..4bd184f025 100644 --- a/modules/mobile_vr/SCsub +++ b/modules/mobile_vr/SCsub @@ -6,5 +6,3 @@ Import('env_modules') env_mobile_vr = env_modules.Clone() env_mobile_vr.add_source_files(env.modules_sources, '*.cpp') - -SConscript("shaders/SCsub") |