godot/drivers/gles2
Rémi Verschelde f34151ff0f 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-01 00:35:16 +01:00
..
shaders style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
rasterizer_gles2.cpp Merge pull request #6605 from zaps166/old-gl-ext-funcs 2016-10-03 14:21:37 +02:00
rasterizer_gles2.h More visual script improvements 2016-08-30 23:46:41 -03:00
rasterizer_instance_gles2.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rasterizer_instance_gles2.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
shader_compiler_gles2.cpp Expose light shadow color to canvas item shaders 2016-09-07 01:52:54 +02:00
shader_compiler_gles2.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader_gles2.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader_gles2.h Allows vec4 shader uniforms to be set by quaternion variant type. 2016-01-13 22:09:07 +00:00