[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Public WebGL] uniformMatrix listed with varargs in 5.14.10
----- Original Message -----
>
> Hi,
>
> In section 5.14.10, we have:
>
> void uniform[1234][fi](WebGLUniformLocation? location, ...)
> void uniform[1234][fi]v(WebGLUniformLocation? location, ...)
> void uniformMatrix[234]fv(WebGLUniformLocation? location, GLboolean
> transpose, ...)
>
> Contrary to uniform[1234]*, uniformMatrix* should not be listed with
> varargs, I believe.
Actually, the varargs notation is only useful for the non-'v' functions, AFAICS.
Benoit
>
> Cheers,
> Benoit
>
> -----------------------------------------------------------
> You are currently subscribed to public_webgl@khronos.org.
> To unsubscribe, send an email to majordomo@khronos.org with
> the following command in the body of your email:
> unsubscribe public_webgl
> -----------------------------------------------------------
>
>
-----------------------------------------------------------
You are currently subscribed to public_webgl@khronos.org.
To unsubscribe, send an email to majordomo@khronos.org with
the following command in the body of your email:
unsubscribe public_webgl
-----------------------------------------------------------