result code = 0 standard error = { } standard output = { { "parameters": [ { "name": "x", "binding": {"kind": "shaderResource", "index": 0}, "type": { "kind": "resource", "baseShape": "structuredBuffer", "resultType": { "kind": "scalar", "scalarType": "uint32" } } }, { "name": "y", "binding": {"kind": "shaderResource", "index": 1}, "type": { "kind": "resource", "baseShape": "structuredBuffer", "resultType": { "kind": "vector", "elementCount": 2, "elementType": { "kind": "scalar", "scalarType": "float32" } } } }, { "name": "z", "binding": {"kind": "shaderResource", "index": 2}, "type": { "kind": "resource", "baseShape": "structuredBuffer", "resultType": { "kind": "struct", "name": "S", "fields": [ { "name": "a", "type": { "kind": "vector", "elementCount": 2, "elementType": { "kind": "scalar", "scalarType": "float32" } }, "binding": {"kind": "uniform", "offset": 0, "size": 8} }, { "name": "b", "type": { "kind": "scalar", "scalarType": "float32" }, "binding": {"kind": "uniform", "offset": 8, "size": 4} }, { "name": "c", "type": { "kind": "scalar", "scalarType": "uint32" }, "binding": {"kind": "uniform", "offset": 12, "size": 4} } ] } } } ], "entryPoints": [ { "name": "main", "stage:": "fragment", "result:": { "stage": "fragment", "binding": {"kind": "varyingOutput", "index": 0}, "semanticName": "SV_TARGET", "type": { "kind": "vector", "elementCount": 4, "elementType": { "kind": "scalar", "scalarType": "float32" } } } } ] } }