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
The matrix parameters of the *v functions are parameter lists, both according to OpenGL ES 2 and the WebGL specification. The current signature of the wrapper specifies only one slice.
Is there a specific reason that they only take one parameter?
In my code to wrap WebGL behind an OpenGL ES 2 interface I'm calling the JS function directly, as seen here.
Additionally: Should the signature be changed, may I suggest to have array types as parameters instead of slices? go-gl does that for instance.
The text was updated successfully, but these errors were encountered:
The matrix parameters of the *v functions are parameter lists, both according to OpenGL ES 2 and the WebGL specification. The current signature of the wrapper specifies only one slice.
Is there a specific reason that they only take one parameter?
In my code to wrap WebGL behind an OpenGL ES 2 interface I'm calling the JS function directly, as seen here.
Additionally: Should the signature be changed, may I suggest to have array types as parameters instead of slices? go-gl does that for instance.
The text was updated successfully, but these errors were encountered: