summaryrefslogtreecommitdiff
path: root/drivers/gles3/SCsub
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2022-03-12 22:19:59 +1100
committerBastiaan Olij <mux213@gmail.com>2022-03-16 17:43:10 +1100
commit57e5a33623130ead5aeb5369c7a40410a1afc79b (patch)
tree8fce4bd039eb7dea19bc334e4cc0feb158a6a6ef /drivers/gles3/SCsub
parentcfd21adf64087c750dde89191bcfcf4d166adc85 (diff)
Split dummy renderer classes into separate files
Split canvas_texture_storage and texture_storage from render_storage class
Diffstat (limited to 'drivers/gles3/SCsub')
-rw-r--r--drivers/gles3/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gles3/SCsub b/drivers/gles3/SCsub
index 987ddcd16e..fcb05a988d 100644
--- a/drivers/gles3/SCsub
+++ b/drivers/gles3/SCsub
@@ -5,3 +5,4 @@ Import("env")
env.add_source_files(env.drivers_sources, "*.cpp")
SConscript("shaders/SCsub")
+SConscript("storage/SCsub")