Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fog shader: Fix undeclared identifier global_variables #82877

Merged
merged 1 commit into from
Oct 5, 2023

Commits on Oct 5, 2023

  1. 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
    tomissj2 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e906eb8 View commit details
    Browse the repository at this point in the history