Skip to content

Releases: tycho/gloam

0.1.5

21 Mar 03:24
3e0e905

Choose a tag to compare

Fixed

  • (gl) use GL_NUM_EXTENSIONS constant instead of magic value
  • (header) add missing version/extension compile-time guard macros
  • (cli) make CLI argument descriptions slightly more clear

Other

  • (c) fix some generated formatting issues

0.1.4

21 Mar 02:17
9675fc9

Choose a tag to compare

Fixed

  • (doc) use correct syntax for --predecessors and --promoted examples
  • (doc) update README to reflect new command line arguments

Other

  • (github) use correct branch name for CI workflow
  • (tests) add tests for --promoted and --predecessors

0.1.3

21 Mar 01:51
4e2b64b

Choose a tag to compare

Added

  • (resolve) add --promoted and --predecessors extension selection flags

Fixed

  • (resolve) include enums in predecessor check too
  • (resolve) seed req_types from command parameter types for Vulkan

0.1.2

20 Mar 23:55
3ad8926

Choose a tag to compare

Fixed

  • (resolve) avoid removing enums needed by extensions

Other

  • (cargo) update rustls-webpki dependency

0.1.1

20 Mar 21:46
64081f8

Choose a tag to compare

Fixed

  • (c-generator) add missing xxhash.h dependency to include tree

Other

  • (ci) add rust format checking