Skip to content

Type-agnostic GetProgramParameter missing #4

@dertseha

Description

@dertseha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions