virtualx-engine/drivers/gles2
JFonS 85ce4a67ed Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D
Remove animation loop from ParticlesMaterial and move it to
SpatialMaterial for 3D particles and Particles2D for the 2D case.

Added animation to CPUParticles2D as well as the "Convert to
CPUParticles2D" to the PAarticles2D menu.
2018-11-04 15:58:12 +01:00
..
shaders Fix GLES2 automatic texture lookup in canvas 2018-10-28 02:37:34 +01:00
rasterizer_canvas_gles2.cpp Add some limits on the Editor Settings 2018-10-24 19:46:33 -05:00
rasterizer_canvas_gles2.h Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
rasterizer_gles2.cpp Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
rasterizer_gles2.h Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
rasterizer_scene_gles2.cpp Merge pull request #22779 from Superwaitsum/LimitSettings 2018-10-25 11:38:06 +02:00
rasterizer_scene_gles2.h Implemented FOG support in GLES2. 2018-10-02 18:53:16 -03:00
rasterizer_storage_gles2.cpp Implement rasterizer texture_get_data on OpenGL ES 2018-11-01 11:30:49 +01:00
rasterizer_storage_gles2.h Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D 2018-11-04 15:58:12 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
shader_compiler_gles2.cpp Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders. 2018-09-29 13:49:34 -03:00
shader_compiler_gles2.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
shader_gles2.cpp Fix warnings about set but unused variables [-Wunused-but-set-variable] 2018-09-27 16:25:24 +02:00
shader_gles2.h Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00