Skip to content

v0.13.0

Compare
Choose a tag to compare
@cwfitzgerald cwfitzgerald released this 21 Jul 02:25
· 169 commits to master since this release

GENERAL

API

DOCS

  • Document which expressions are in scope for a break_if expression. (#2326) @jimblandy

VALIDATOR

WGSL-IN

SPV-IN

GLSL-IN

SPV-OUT

  • Add debug info. (#2379) @wicast
  • Use IndexSet instead of HashSet for iterated sets (capabilities/extensions). (#2389) @eddyb
  • Support array bindings of buffers. (#2282) @kvark

MSL-OUT

HLSL-OUT

GLSL-OUT

WGSL-OUT

  • Output @interpolate(flat) attribute for integer locations. (#2318) @expenses