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
There are methods such as GetShaderParameter() returning the actual result, but for program parameter, only type specific methods exist.
In my case of wrapping WebGL behind a OpenGL ES generic interface I'd like to support the original signature returning int. For the program parameter I'm currently calling the JS method directly (not via the WebGL interface).
Is the type-agnostic variant missing or are you planning to have only specific methods (and calling the function directly is the preferred way)?
There are methods such as GetShaderParameter() returning the actual result, but for program parameter, only type specific methods exist.
In my case of wrapping WebGL behind a OpenGL ES generic interface I'd like to support the original signature returning int. For the program parameter I'm currently calling the JS method directly (not via the WebGL interface).
Is the type-agnostic variant missing or are you planning to have only specific methods (and calling the function directly is the preferred way)?
My code in question is here
The text was updated successfully, but these errors were encountered: