Skip to content

Calls to unresolved functions are silently ignored by default #262

@j-o

Description

@j-o

Proposal: assert(false) if no unresolved-callback is registered. This avoids undesired alternatives, such as exceptions or output to std::cerr.

The assumption here is that every call to an OpenGL function is there for a purpose and if any such call fails, the user should be notified. Further, it is the programmer's task to check extension availability prior to calling extension function, failure to do so should be considered a programming error.

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