Skip to content

Conversation

brendanzab
Copy link
Collaborator

  • Use (u8, u8) for version number
  • Allow extension lists to be any type that satisfies AsRef<[&str]>
  • Separate parsing and generation stages in API
Registry::new(Api::Gl, (4, 5), Profile::Core, Fallbacks::All, ["GL_ARB_debug_output"])
    .write_bindings(GlobalGenerator, &mut file)
    .unwrap();

- Use (u8, u8) for version number
- Allow extension lists to be any types that implement AsRef<[&str]>
- Separate parsing and generation stages in API
brendanzab added a commit that referenced this pull request Dec 4, 2015
@brendanzab brendanzab merged commit d96ff74 into master Dec 4, 2015
@brendanzab brendanzab deleted the api-updates branch December 4, 2015 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant