Skip to content

Commit 377a7d3

Browse files
committed
Fix UBOProxy
1 parent dc20335 commit 377a7d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/engine/renderer/gl_shader.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3121,5 +3121,7 @@ GlobalUBOProxy::GlobalUBOProxy() :
31213121
u_InverseGamma( this ),
31223122
u_Tonemap( this ),
31233123
u_TonemapParms( this ),
3124+
u_TonemapAdaptiveExposure( this ),
3125+
u_TonemapParms2( this ),
31243126
u_Exposure( this ) {
31253127
}

src/engine/renderer/gl_shader.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3533,6 +3533,8 @@ class GlobalUBOProxy :
35333533
public u_InverseGamma,
35343534
public u_Tonemap,
35353535
public u_TonemapParms,
3536+
public u_TonemapAdaptiveExposure,
3537+
public u_TonemapParms2,
35363538
public u_Exposure {
35373539

35383540
public:

0 commit comments

Comments
 (0)