Working on shader const binding

This commit is contained in:
Areloch 2017-10-17 08:48:31 -05:00
parent 70c154c7d3
commit 7219899287
11 changed files with 96 additions and 33 deletions

View file

@ -52,6 +52,7 @@ TSRenderState::TSRenderState( const TSRenderState &state )
mLightQuery( state.mLightQuery ),
mAccuTex( state.mAccuTex ),
mNodeTransforms( state.mNodeTransforms ),
mNodeTransformCount( state.mNodeTransformCount )
mNodeTransformCount( state.mNodeTransformCount ),
mCustomShaderData( state.mCustomShaderData )
{
}