Version 2.4.0
·
133 commits
to development
since this release
Important Changes
- Renamed Ubo with UniformBuffer, Ssbo with StorageBuffer. by @DragonJoker in #187
What's Changed
- AST: Fixed handling of shared (and shared array) variables. by @DragonJoker in #176
- AST: Fixed simplification of composite ctor with single scalar parameter swizzle. by @DragonJoker in #178
- AST: Fixed another issue with swizzle on composite ctor simplification. by @DragonJoker in #179
- Writer: Implemented IOStructHelper and IOStructInstanceHelper. by @DragonJoker in #177
- Writer: Fixed IOStructFieldT helpers. by @DragonJoker in #182
- Writer: Added UDL for sdw::Boolean. by @DragonJoker in #183
- Writer: Removed
&
from intrinsic functions. by @DragonJoker in #184 - Writer: Removed some logs. by @DragonJoker in #185
- GLSL: Fixed ARB_shading_language_420pack extension adding. by @DragonJoker in #180
Full Changelog: v2.3.0...v2.4.0