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
|
void
|
||||||
cogl_program_uniform_float (int uniform_no,
|
cogl_program_uniform_float (int uniform_no,
|
||||||
int size,
|
int size,
|
||||||
|
Loading…
Reference in New Issue
Block a user