We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b3302 commit 90a5243Copy full SHA for 90a5243
2 files changed
src/engine/renderer/gl_shader.cpp
@@ -3103,6 +3103,8 @@ GlobalUBOProxy::GlobalUBOProxy() :
3103
u_numLights( this ),
3104
u_ColorModulate( this ),
3105
u_InverseGamma( this ),
3106
+ u_TonemapParms2( this ),
3107
+ u_TonemapAdaptiveExposure( this ),
3108
u_Tonemap( this ),
3109
u_TonemapParms( this ),
3110
u_Exposure( this ) {
src/engine/renderer/gl_shader.h
@@ -3531,6 +3531,8 @@ class GlobalUBOProxy :
3531
public u_numLights,
3532
public u_ColorModulate,
3533
public u_InverseGamma,
3534
+ public u_TonemapParms2,
3535
+ public u_TonemapAdaptiveExposure,
3536
public u_Tonemap,
3537
public u_TonemapParms,
3538
public u_Exposure {
0 commit comments