mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 01:50:25 +01:00
demos: call SetUniformValues()
This commit is contained in:
parent
f95b82b486
commit
af3d7f6889
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ CreateProgram(void)
|
|||
|
||||
glUseProgram_func(program);
|
||||
|
||||
InitUniforms(program, Uniforms);
|
||||
SetUniformValues(program, Uniforms);
|
||||
|
||||
return program;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue