Skip to content

Commit

Permalink
generator: Implement push_next for all structures that declare a pNex…
Browse files Browse the repository at this point in the history
…t member

honor all extends (was honoring only "root" extends)

removed root_struct_names() function as it was not used anymore
the notion of root structure is not well defined in Vulkan

fixes #229
  • Loading branch information
filnet committed Jun 10, 2021
1 parent 06b4f8e commit df7940c
Show file tree
Hide file tree
Showing 3 changed files with 5,525 additions and 48 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Added

- Implement `push_next` for all structures that declare a `pNext` member

## [0.32.1] - 2021-03-29

### Added
Expand Down
Loading

0 comments on commit df7940c

Please sign in to comment.