Call ProgramStringNotify after creating tnl programs.

This commit is contained in:
Keith Whitwell 2005-12-01 14:24:37 +00:00
parent bfba2705b6
commit c9515bf1ae

View file

@ -1516,6 +1516,9 @@ void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx )
create_new_program( key, ctx->_TnlProgram,
ctx->Const.VertexProgram.MaxTemps );
if (ctx->Driver.ProgramStringNotify)
ctx->Driver.ProgramStringNotify( ctx, GL_VERTEX_PROGRAM_ARB,
&ctx->_TnlProgram->Base );
cache_item(tnl->vp_cache, hash, key, ctx->_TnlProgram );
}