Skip to content

Tags: pyokagan/pyglreg

Tags

0.9.0a3

Toggle 0.9.0a3's commit message
Release 0.9.0a3

* Critical fix for the bug `group_apis` which caused it to not return
  anything because wrong arguments were passed to `import_extension`
  and `import_feature`.
* New attribute `Type.type` to account for Type's return type, if
  provided. This is reflected in `Type.required_types`. This change
  fixes the behavior of the registry import API functions.
* `Command.text` has trailing ``;`` removed.
* The default list of extensions in `group_apis` are now sorted in the
  sort order used in the official OpenGL headers.

0.9.0a2

Toggle 0.9.0a2's commit message
Version 0.9.0a2

0.9.0a1

Toggle 0.9.0a1's commit message
Initial release. Hello world!