virtualx-engine/servers/rendering
tomissj2 e906eb8433
Fog Shader bugfix: 'global_variables' : undeclared identifier
If user try to use a global shader variable in a fog type shader we are getting shader error. The reason of this there is a typo in the fog.cpp. I other well working shaders types like sky the "action.global_buffer_array_variable" is "global_shader_uniforms.data". 
The investigation tracked here:
https://discord.com/channels/212250894228652034/1158918161337434172
2023-10-05 22:12:50 +02:00
..
dummy [Servers] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-25 18:45:30 +02:00
environment
renderer_rd Fog Shader bugfix: 'global_variables' : undeclared identifier 2023-10-05 22:12:50 +02:00
storage [Servers] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-25 18:45:30 +02:00
renderer_canvas_cull.cpp Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00
renderer_canvas_cull.h
renderer_canvas_render.cpp
renderer_canvas_render.h
renderer_compositor.cpp
renderer_compositor.h
renderer_geometry_instance.cpp
renderer_geometry_instance.h
renderer_scene_cull.cpp [Servers] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-25 18:45:30 +02:00
renderer_scene_cull.h Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support. 2023-09-25 10:37:47 -03:00
renderer_scene_occlusion_cull.cpp
renderer_scene_occlusion_cull.h
renderer_scene_render.cpp
renderer_scene_render.h
renderer_viewport.cpp Merge pull request #82766 from BastiaanOlij/fix_debanding_issue 2023-10-04 15:45:39 +02:00
renderer_viewport.h Fix drawing of viewports without swapping buffers 2023-10-03 13:51:47 +02:00
rendering_device.compat.inc Add compatibility methods for RenderingDevice BarrierMask 2023-09-27 10:22:03 -04:00
rendering_device.cpp [Servers] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-25 18:45:30 +02:00
rendering_device.h Merge pull request #81356 from pkdawson/rd-compat 2023-09-27 19:07:55 +02:00
rendering_device_binds.cpp
rendering_device_binds.h Fix RDPipelineColorBlendState.attachments setter 2023-09-05 15:29:56 +03:00
rendering_method.cpp
rendering_method.h Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support. 2023-09-25 10:37:47 -03:00
rendering_server_default.cpp Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00
rendering_server_default.h Add option to enable HDR rendering in 2D 2023-08-07 11:24:03 +02:00
rendering_server_globals.cpp
rendering_server_globals.h
SCsub
shader_compiler.cpp Merge pull request #81619 from Chaosus/fix_shader_const 2023-10-03 17:20:23 +02:00
shader_compiler.h
shader_language.cpp Merge pull request #81619 from Chaosus/fix_shader_const 2023-10-03 17:20:23 +02:00
shader_language.h Merge pull request #81619 from Chaosus/fix_shader_const 2023-10-03 17:20:23 +02:00
shader_preprocessor.cpp Fix shader language preprocessor include marker handling 2023-09-06 16:57:40 +03:00
shader_preprocessor.h Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
shader_types.cpp Merge pull request #81160 from paddy-exe/canvas-uv-world-space 2023-09-19 09:03:18 +02:00
shader_types.h
shader_warnings.cpp
shader_warnings.h