Skip to content

Releases: NazaraEngine/ShaderLang

v1.1.0 release candidate 1

20 Aug 12:30
Compare
Choose a tag to compare
Pre-release

NZSL 1.1

You can check the language changelog here

⚠️ This release breaks the compiler API as the compiler have been reworked.

  • nzsl::ShaderWriter::States has been renamed to nzsl::BackendParameters and has been changed
  • nzsl::Ast::Sanitize no longer exists and has been replaced by the nzsl::Ast::TransformerExecutor class
  • nzsl::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

New Contributors

  • @exdal made their first contribution in #62

Full Changelog: v1.0.0...v1.1.0-rc1

0.0.0-nightly

20 Aug 08:15
Compare
Choose a tag to compare
0.0.0-nightly Pre-release
Pre-release
CI: Fix packaging

v1.0.0 - First stable release

13 Apr 18:54
Compare
Choose a tag to compare

Initial first release

New Contributors

Full Changelog: https://github.com/NazaraEngine/ShaderLang/commits/v1.0.0