We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc20335 commit 377a7d3Copy full SHA for 377a7d3
src/engine/renderer/gl_shader.cpp
@@ -3121,5 +3121,7 @@ GlobalUBOProxy::GlobalUBOProxy() :
3121
u_InverseGamma( this ),
3122
u_Tonemap( this ),
3123
u_TonemapParms( this ),
3124
+ u_TonemapAdaptiveExposure( this ),
3125
+ u_TonemapParms2( this ),
3126
u_Exposure( this ) {
3127
}
src/engine/renderer/gl_shader.h
@@ -3533,6 +3533,8 @@ class GlobalUBOProxy :
3533
public u_InverseGamma,
3534
public u_Tonemap,
3535
public u_TonemapParms,
3536
+ public u_TonemapAdaptiveExposure,
3537
+ public u_TonemapParms2,
3538
public u_Exposure {
3539
3540
public:
0 commit comments