virtualx-engine/drivers/gles3/storage
2022-08-29 13:05:10 +08:00
..
config.cpp Fix macOS and iOS defines in the rendering code. 2022-08-08 17:51:31 +03:00
config.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
light_storage.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
light_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
material_storage.cpp Merge pull request #62046 from clayjohn/vertexless-draw 2022-08-20 05:32:28 +02:00
material_storage.h Add font LCD sub-pixel anti-aliasing support. 2022-08-23 08:47:21 +03:00
mesh_storage.cpp Fix crash when executing TubeTrailMesh.get_faces() with GLES3 2022-08-29 13:05:10 +08:00
mesh_storage.h Remove requirement to have vertex positions when creating a mesh. Meshes can now be constructed from an index buffer alone 2022-08-19 14:50:12 -06:00
particles_storage.cpp Moved particles into ParticlesStorage 2022-04-17 13:13:22 +10:00
particles_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
texture_storage.cpp Add hint_transparent to use a transparent black placeholder texture 2022-08-01 23:38:06 +02:00
texture_storage.h Add hint_transparent to use a transparent black placeholder texture 2022-08-01 23:38:06 +02:00
utilities.cpp Rename RenderingServer global shader uniform methods to be more explicit 2022-07-28 18:46:59 +02:00
utilities.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00