Clarifying comment in shader_cg.

This commit is contained in:
Themaister 2012-10-27 12:24:06 +02:00
parent c0323a5677
commit 1c32afa715

View File

@ -304,6 +304,7 @@ void gl_cg_set_params(unsigned width, unsigned height,
// Set state parameters
if (state_tracker)
{
// Only query uniforms in first pass.
static struct state_tracker_uniform info[MAX_VARIABLES];
static unsigned cnt = 0;