Skip to content

Changelist

siliconvoodoo edited this page Dec 8, 2022 · 1 revision

1.7.35

  • AntlR upgraded to 4.9.3

1.8.9

  • support for unbounded arrays (variable[]) as last resource in an SRG
  • support of class inheritance
  • --use-spaces CLI switch retired
  • support for uint32_t, uint64_t, int32_t and int64_t
  • function parameter may be nameless and have an HLSL semantic
  • type qualifier on unnamed function parameters restored from regression bug in 2020
  • can now qualify function return type (e.g as const)
  • option with no range: better error message
  • --ast CLI switch now works prior to semantic checks
  • fix error message line reporting
  • added keywords globallycoherent sampler_state tbuffer unorm snorm
  • syntax error reports has better whitespace preservation
  • fix typedef emission that didn't respect qualifiers
  • added possibility of using raytracing keywords (payload) and mesh shader keywords (indices..) as parameter qualifier
  • error check for comma separated namespaces on CLI
  • project build and architecture cleanups
Clone this wiki locally