Skip to content

Commit

Permalink
This is the February 2021 Update (v2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Feb 16, 2021
1 parent 7510819 commit cc9b40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/props/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
- Add support for macro constants
- Add support for unnamed nested anonymous struct fields
- Add better name hinting for anonymous types
- Add support for OpenGL token reuse for tokens that had been previously deprecated & removed, fixing #400
- Add support for OpenGL token reuse for tokens that had been previously deprecated and removed, fixing #400
- Add nested anonymous struct "fusion" with their parent structs, allowing direct ref access on .NET Standard 2.1 platforms without going through the anonymous field
- Add static Guid members for structs with a COM interface ID
- Fix struct field size & type variation between 32-bit and 64-bit in generated C++ bindings
- Fix struct field size and type variation between 32-bit and 64-bit in generated C++ bindings
- Fix calling convention detection, and actually respect the calling convention we detect
- Fix being unable to specify calling convention using NativeApiAttribute
- Fix some type issues
Expand Down

0 comments on commit cc9b40a

Please sign in to comment.