1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
variadic.comp
ERROR: 0:3: '...' : variadic argument specifier is only available for builtins
ERROR: 0:10: 'foo' : no matching overloaded function found
ERROR: 0:11: 'foo' : no matching overloaded function found
ERROR: 3 compilation errors. No code generated.
Shader version: 450
local_size = (1, 1, 1)
ERROR: node is still EOpNull!
0:3 Function Definition: foo(i1; ( global void)
0:3 Function Parameters:
0:3 'n' ( in int)
0:7 Function Definition: main( ( global void)
0:7 Function Parameters:
0:9 Sequence
0:9 Function Call: foo(i1; ( global void)
0:9 Constant:
0:9 7 (const int)
0:10 Constant:
0:10 0.000000
0:11 Constant:
0:11 0.000000
0:? Linker Objects
Linked compute stage:
Shader version: 450
local_size = (1, 1, 1)
ERROR: node is still EOpNull!
0:3 Function Definition: foo(i1; ( global void)
0:3 Function Parameters:
0:3 'n' ( in int)
0:7 Function Definition: main( ( global void)
0:7 Function Parameters:
0:9 Sequence
0:9 Function Call: foo(i1; ( global void)
0:9 Constant:
0:9 7 (const int)
0:10 Constant:
0:10 0.000000
0:11 Constant:
0:11 0.000000
0:? Linker Objects
|