You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the Uniform[f, i, ui]v proc bindings have incorrect signature. As per the spec, they should accept the uniform location as first parameters and an array of the corresponding type as the second.
Currently, they are only wrappers for the single value version of those procs. An example with Uniform1uiv:
Context
All the Uniform[f, i, ui]v proc bindings have incorrect signature. As per the spec, they should accept the uniform location as first parameters and an array of the corresponding type as the second.
Currently, they are only wrappers for the single value version of those procs. An example with
Uniform1uiv
:Odin/vendor/wasm/WebGL/webgl2.odin
Line 122 in 432c49e
Expected Behavior
Those procedures should accept a uniform location and an array of the corresponding type.
Current Behavior
Those procedure accept a uniform location and a single value of the corresponding type.
The text was updated successfully, but these errors were encountered: