Skip to content

Commit 90a5243

Browse files
committed
UBOProxy
1 parent d2b3302 commit 90a5243

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/engine/renderer/gl_shader.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,6 +3103,8 @@ GlobalUBOProxy::GlobalUBOProxy() :
31033103
u_numLights( this ),
31043104
u_ColorModulate( this ),
31053105
u_InverseGamma( this ),
3106+
u_TonemapParms2( this ),
3107+
u_TonemapAdaptiveExposure( this ),
31063108
u_Tonemap( this ),
31073109
u_TonemapParms( this ),
31083110
u_Exposure( this ) {

src/engine/renderer/gl_shader.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,6 +3531,8 @@ class GlobalUBOProxy :
35313531
public u_numLights,
35323532
public u_ColorModulate,
35333533
public u_InverseGamma,
3534+
public u_TonemapParms2,
3535+
public u_TonemapAdaptiveExposure,
35343536
public u_Tonemap,
35353537
public u_TonemapParms,
35363538
public u_Exposure {

0 commit comments

Comments
 (0)