1. 26 Aug, 2019 2 commits
    • Dereference any array type before expanding root-level SSBO members · 1f1e5369
      baldurk authored
      If we don't do this then we get reflection output like so:
      
      ArrayedBind[0].a.a: offset 0, type 1406, size 1, index 4, binding -1, stages 0
      ArrayedBind[0].a.b: offset 4, type 1406, size 1, index 4, binding -1, stages 0
      ArrayedBind[0].b.a: offset 4, type 1406, size 1, index 4, binding -1, stages 0
      ArrayedBind[0].b.b: offset 8, type 1406, size 1, index 4, binding -1, stages 0
      ArrayedBind[0].b: offset 4, type 1406, size 1, index 4, binding -1, stages 1
      
      When the outer reflection loop that calls blowUpActiveAggregate incorrectly iterates over the struct members.
    • Merge pull request #1878 from dneto0/chrome-fix · d6a5cc65
      John Kessenich authored
      GN build (for Chromium): enable HLSL
  2. 23 Aug, 2019 1 commit
  3. 22 Aug, 2019 5 commits
  4. 21 Aug, 2019 22 commits
  5. 20 Aug, 2019 3 commits
  6. 15 Aug, 2019 1 commit
  7. 10 Aug, 2019 1 commit
  8. 09 Aug, 2019 3 commits
  9. 08 Aug, 2019 1 commit
  10. 02 Aug, 2019 1 commit