brendanzab / gl-rs

An OpenGL function pointer loader for Rust
Apache License 2.0
678 stars 117 forks source link

Wrap the gl debug typedefs in options #500

Closed est31 closed 4 years ago

est31 commented 4 years ago

The value is explicitly allowed to be NULL in the spec 1. But fn pointers in Rust can never be NULL.

This is a breaking change.

Fixes #499