Open Bug 808253 Opened 12 years ago Updated 2 years ago

Assert that GL functions are non-null when called.

Categories

(Core :: Graphics, defect)

defect

Tracking

()

People

(Reporter: jgilbert, Unassigned)

Details

Functions provided by extensions will not be valid if the extension is not available. Currently, when we call a function that is not available, we crash because we call a pfn of null. Instead, we should have a cleaner assert that tells us why it's crashing.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.