virtualx-engine/drivers/gles2
Rémi Verschelde eaf803f71e style: Various other PEP8 fixes in Python files
Done with `autopep8 --select=E7`, fixes:

- E701 - Put colon-separated compound statement on separate lines.
- E702 - Put semicolon-separated compound statement on separate lines.
- E703 - Put semicolon-separated compound statement on separate lines.
- E711 - Fix comparison with None.
- E712 - Fix (trivial case of) comparison with boolean.
- E713 - Fix (trivial case of) non-membership check.
- E721 - Fix various deprecated code (via lib2to3).
2016-11-02 22:30:34 +01:00
..
shaders style: Various other PEP8 fixes in Python files 2016-11-02 22:30:34 +01:00
rasterizer_gles2.cpp Limit directional shadow draw distance, fixes #559, optimization (#1991) 2016-10-09 17:33:20 +02:00
rasterizer_gles2.h Add texture region support for stylebox render 2016-06-05 00:45:53 +08:00
rasterizer_instance_gles2.cpp
rasterizer_instance_gles2.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub
shader_compiler_gles2.cpp
shader_compiler_gles2.h
shader_gles2.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader_gles2.h