Skip to content

Commit

Permalink
Omit wrapper functions on Fp structs
Browse files Browse the repository at this point in the history
These wrappers contributed thousands of lines of code but offered
insignificant ergonomic benefit as the same functions are also wrapped
at a higher level and, if necessary, wrapper functions can be called
directly.
  • Loading branch information
Ralith committed Mar 22, 2022
1 parent fde6f92 commit 1016571
Show file tree
Hide file tree
Showing 59 changed files with 1,041 additions and 7,400 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Dropped auto-generated wrapper methods from function pointer structs
in favor of direct invocation of function pointers (#599)

### Added

- Update Vulkan-Headers to 1.3.208 (#597)
Expand Down
Loading

0 comments on commit 1016571

Please sign in to comment.