godot/drivers/gles3/storage
clayjohn 028ef2edc8 Add shader uniform hints for screen textures so users can specify custom filter and repeat modes.
At this time, it works best in the Vulkan Renderers as they support using multiple samplers with the same texture.

In GLES3 this feature really only allows you to use the screen texture without mipmaps if you want to save the cost of generating them.
2022-08-09 12:29:49 -04:00
..
config.cpp Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer 2022-05-24 11:00:34 -07:00
config.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
light_storage.cpp Split dependency logic 2022-06-28 00:10:29 +10:00
light_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
material_storage.cpp Add shader uniform hints for screen textures so users can specify custom filter and repeat modes. 2022-08-09 12:29:49 -04:00
material_storage.h Add shader uniform hints for screen textures so users can specify custom filter and repeat modes. 2022-08-09 12:29:49 -04:00
mesh_storage.cpp Fix various bugs in GLES3 renderer that stopped it from running on web 2022-08-01 16:45:32 -04:00
mesh_storage.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02: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