We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3486264 commit 3400d7eCopy full SHA for 3400d7e
tools/clang/test/HLSLFileCheck/hlsl/objects/Texture/derivatives_in_csmsas.hlsl
@@ -42,11 +42,6 @@ struct NodeRecord {
42
[NodeLaunch("coalescing")]
43
#endif
44
void main( uint GI : SV_GroupIndex, uint2 GTid : SV_GroupThreadID
45
-#if STAGE==BNS
46
- , DispatchNodeInputRecord<NodeRecord> inputData
47
-#elif STAGE==CNS
48
- , [MaxRecords(4)] GroupNodeInputRecords<NodeRecord> inputRecords
49
-#endif
50
) {
51
float2 uv = GTid.xy/float2(8, 8);
52
float4 res = 0;
0 commit comments