Skip to content

Commit

Permalink
Sync code to spec v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrolasting committed Mar 23, 2020
1 parent c840ee6 commit 26fbbf7
Show file tree
Hide file tree
Showing 5 changed files with 3,096 additions and 1,681 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ out with this project, then you should use the latest version.
## [Unreleased]
Nothing yet.

## [1.2] - 2020-03-23
* Synchronized implementation to v1.2 specification

## [1.1] - 2019-11-12
* Add missing `compatibility-lib` declaration

Expand All @@ -35,7 +38,8 @@ Nothing yet.
* Work on monolithic code generator
* Add tiny examples

[Unreleased]: https://github.com/zyrolasting/racket-vulkan/compare/v1.1...HEAD
[Unreleased]: https://github.com/zyrolasting/racket-vulkan/compare/v1.2...HEAD
[1.2]: https://github.com/zyrolasting/racket-vulkan/compare/v1.1...v1.2
[1.1]: https://github.com/zyrolasting/racket-vulkan/compare/v1.0...v1.1
[1.0]: https://github.com/zyrolasting/racket-vulkan/compare/v0.0...v1.0
[0.0]: https://github.com/zyrolasting/racket-vulkan/releases/tag/v0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc._
- [x] Faithful replication of the raw Vulkan API
- [x] Opt-in safety and conveniences
- [x] Powerful code generators that target any `vk.xml`
- [x] Vulkan 1.1 support, and the means to adapt to future specs
- [x] Vulkan 1.2 support, and the means to adapt to future specs
- [x] All platform bindings exposed

## Quick start
Expand Down
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define scribblings '(("scribblings/vulkan.scrbl" (multi-page))))
(define pkg-desc "Vulkan integration for Racket")
(define version "1.1")
(define version "1.2")
(define pkg-authors '("Sage Gerard"))
(define test-omit-paths '(#rx"unsafe" #rx"examples"))
(define racket-launcher-libraries '("cli/ravk.rkt"))
Expand Down

0 comments on commit 26fbbf7

Please sign in to comment.