diff options
Diffstat (limited to 'tests/doc/doc-req.slang.expected')
| -rw-r--r-- | tests/doc/doc-req.slang.expected | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/doc/doc-req.slang.expected b/tests/doc/doc-req.slang.expected new file mode 100644 index 000000000..51421cdc7 --- /dev/null +++ b/tests/doc/doc-req.slang.expected @@ -0,0 +1,18 @@ +result code = 0 +standard error = { +-------------------------------------------------------------------------------- +# `doThing` + +## Signature + +``` +void doThing(); +``` + +## Availability + +**GLSL** `GL_EXT_NiftyExtension`, `SPIR-V 1.3` **HLSL** `NVAPI` **CPP** **CUDA** `SM 2.0` + +} +standard output = { +} |
