godot/drivers/gles3/effects/SCsub
clayjohn 3e20c1347d Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer
As well as significant consequent cleanup in the RenderTarget, Texture, and Canvas renderer code
2022-05-24 11:00:34 -07:00

6 lines
89 B
Python

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