Fix #1331: Emit SPV_GOOGLE_hlsl_functionality1 for counters.
It was missing when there were no semantics.
This commit is contained in:
7
Test/hlsl.noSemantic.functionality1.comp
Normal file
7
Test/hlsl.noSemantic.functionality1.comp
Normal file
@@ -0,0 +1,7 @@
|
||||
AppendStructuredBuffer<float4> Buf : register(u0);
|
||||
|
||||
[numthreads(1, 1, 1)]
|
||||
void main()
|
||||
{
|
||||
Buf.Append(1.0f.xxxx);
|
||||
}
|
||||
Reference in New Issue
Block a user