Skip to content

Version 2.8.0

Compare
Choose a tag to compare
@DragonJoker DragonJoker released this 26 Feb 11:10
· 15 commits to development since this release

What's Changed

  • AST: Added support for lod compare lookup for cube, 2D array and cube array shadow textures. by @DragonJoker in #248
  • Writer: Removed unused parameters for SampledImage and CombinedImage. by @DragonJoker in #247
  • SPIR-V: Implemented variable load optimisation. by @DragonJoker in #250
  • SPIR-V: Fixed composite constants registration. by @DragonJoker in #255
  • SPIR-V: Updated spirv.hpp. by @DragonJoker in #257
  • VulkanLayer: Fixed some issues when building a ProgramPipeline from a PipelineBuilder. by @DragonJoker in #251
  • VulkanLayer: Don't include cpuid.h on Apple ARM64. by @n0bra1n3r in #252
  • VulkanLayer: Fixed some warnings with AppleClang on MacOS. by @DragonJoker in #253
  • CI: Implemented coverage support through OpenCppCoverage. by @DragonJoker in #256

New Contributors

Full Changelog: v2.7.1...v2.8.0