mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 20:22:49 +08:00
57e5a33623
Split canvas_texture_storage and texture_storage from render_storage class
9 lines
146 B
Python
9 lines
146 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.drivers_sources, "*.cpp")
|
|
|
|
SConscript("shaders/SCsub")
|
|
SConscript("storage/SCsub")
|