We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a155e54 commit d5224fdCopy full SHA for d5224fd
1 file changed
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Changelog
2
+
3
+## Unreleased
4
5
+### Added
6
+- `println!` support for shaders running on the CPU backend (`khal-std`).
7
8
+### Changed
9
+- Switch `spirv-std` and `spirv-std-macros` to the published `0.10.0-alpha.1` release (previously pinned to a git revision).
10
+- Cache coroutines on the CPU backend for improved performance.
11
+- Enable incremental builds in the workspace to work around a `rust-gpu` issue where the example shader entrypoint was being dropped.
0 commit comments