summaryrefslogtreecommitdiff
path: root/drivers/opengl/SCsub
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2021-09-27 01:07:10 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2021-10-30 02:05:49 +0200
commitce97ddbcb125228cc88fbfdcae932e110ee7daee (patch)
treef3e2f17be75973806d6f468826e0232cf35b247a /drivers/opengl/SCsub
parente3491a37445014cc3527d6f2c1467063222b2dd8 (diff)
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
- Use lowercase driver names for the `--rendering-driver` command line argument.
Diffstat (limited to 'drivers/opengl/SCsub')
-rw-r--r--drivers/opengl/SCsub7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/opengl/SCsub b/drivers/opengl/SCsub
new file mode 100644
index 0000000000..987ddcd16e
--- /dev/null
+++ b/drivers/opengl/SCsub
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+Import("env")
+
+env.add_source_files(env.drivers_sources, "*.cpp")
+
+SConscript("shaders/SCsub")