mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
cogl-program: Add cogl_program_uniform_1i to GLES
The GLES 1.1 backend was missing a stub for cogl_program_uniform_1i.
This commit is contained in:
parent
9343cb849a
commit
cc7722389c
@ -320,6 +320,12 @@ cogl_program_uniform_1f (int uniform_no,
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cogl_program_uniform_1i (int uniform_no,
|
||||
int value)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cogl_program_uniform_float (int uniform_no,
|
||||
int size,
|
||||
|
Loading…
Reference in New Issue
Block a user