Releases: NazaraEngine/ShaderLang
Releases · NazaraEngine/ShaderLang
v1.1.0 release candidate 1
NZSL 1.1
You can check the language changelog here
nzsl::ShaderWriter::States
has been renamed tonzsl::BackendParameters
and has been changednzsl::Ast::Sanitize
no longer exists and has been replaced by thenzsl::Ast::TransformerExecutor
classnzsl::Ast::Module
is no longer cloned, it is instead transformed, if you need to keep it unchanged it's now up to you to clone it beforehand.
What's Changed
- Adds scalar layout by @exdal in #62
- Split compiler into multiple passes by @SirLynix in #64
- Ast/Transformations: Rework context by @SirLynix in #66
- Add untyped literals by @SirLynix in #65
- Merge CI workflows by @SirLynix in #68
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #67
New Contributors
Full Changelog: v1.0.0...v1.1.0-rc1
0.0.0-nightly
CI: Fix packaging
v1.0.0 - First stable release
Initial first release
New Contributors
- @Arthapz made their first contribution in #1
- @SirLynix made their first contribution in #3
- @dependabot made their first contribution in #20
- @Kbz-8 made their first contribution in #22
- @REMqb made their first contribution in #40
Full Changelog: https://github.com/NazaraEngine/ShaderLang/commits/v1.0.0