Add support for the latest shader model 6.0 wave specs.
MSVC annoying totally redid their wave ops here:
https://github.com/Microsoft/DirectXShaderCompiler/wiki/Wave-Intrinsics
I've had to totally rework the existing wave ops to support this.
```
[----------] Global test environment tear-down
[==========] 1142 tests from 44 test cases ran. (186552 ms total)
[ PASSED ] 1142 tests.
```
Showing
SPIRV/SpvBuilder.h
100755 → 100644
File mode changed from 100755 to 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Test/hlsl.waveordered.comp
deleted
100644 → 0
Test/hlsl.waveordered.frag
deleted
100644 → 0
Test/hlsl.waveordered2.comp
deleted
100644 → 0
Test/hlsl.waveordered2.frag
deleted
100644 → 0
Please
register
or
sign in
to comment