diff options
author | Bastiaan Olij <mux213@gmail.com> | 2022-03-12 22:19:59 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2022-03-16 17:43:10 +1100 |
commit | 57e5a33623130ead5aeb5369c7a40410a1afc79b (patch) | |
tree | 8fce4bd039eb7dea19bc334e4cc0feb158a6a6ef /drivers/gles3/storage/SCsub | |
parent | cfd21adf64087c750dde89191bcfcf4d166adc85 (diff) |
Split dummy renderer classes into separate files
Split canvas_texture_storage and texture_storage from render_storage class
Diffstat (limited to 'drivers/gles3/storage/SCsub')
-rw-r--r-- | drivers/gles3/storage/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gles3/storage/SCsub b/drivers/gles3/storage/SCsub new file mode 100644 index 0000000000..91e1140b75 --- /dev/null +++ b/drivers/gles3/storage/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import("env") + +env.add_source_files(env.drivers_sources, "*.cpp") |