diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/target-compatibility.md | 2 | ||||
| -rw-r--r-- | docs/user-guide/09-targets.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/target-compatibility.md b/docs/target-compatibility.md index 5ea793c68..e10c24409 100644 --- a/docs/target-compatibility.md +++ b/docs/target-compatibility.md @@ -299,7 +299,7 @@ Currently support is available in D3D12 via NVAPI, and for Vulkan via the [GL_NV Slang has preliminary support for `debugBreak()` intrinsic. With the appropriate tooling, when `debugBreak` is hit it will cause execution to halt and display in the attached debugger. -Currently this is supported in all targets except HLSL. Note that on some targets if there isn't an appropriate debugging environment the debugBreak might cause execution to fail or potentially it is ignored. +This is not supported on HLSL, GLSL, SPIR-V or Metal backends. Note that on some targets if there isn't an appropriate debugging environment the debugBreak might cause execution to fail or potentially it is ignored. On C++ targets debugBreak is implemented using SLANG_BREAKPOINT defined in "slang-cpp-prelude.h". If there isn't a suitable intrinsic, this will default to attempting to write to `nullptr` leading to a crash. diff --git a/docs/user-guide/09-targets.md b/docs/user-guide/09-targets.md index acebd1860..f3f146625 100644 --- a/docs/user-guide/09-targets.md +++ b/docs/user-guide/09-targets.md @@ -316,7 +316,7 @@ Metal supports rasterization, compute, and ray tracing pipelines. The Metal rasterization pipeline includes the following programmable stages: -- The vertex stage transforms vertex data loaded from memory +- The vertex stage outputs vertex data - The optional mesh stage allows groups of threads to cooperatively generate geometry |
