godot/drivers/gles3/storage/SCsub
Bastiaan Olij 57e5a33623 Split dummy renderer classes into separate files
Split canvas_texture_storage and texture_storage from render_storage class
2022-03-16 17:43:10 +11:00

6 lines
89 B
Python

#!/usr/bin/env python
Import("env")
env.add_source_files(env.drivers_sources, "*.cpp")