Skip to content

Commit b0818ac

Browse files
Small docs corrections (shader-slang#5615)
* Small docs corrections * fix typo. --------- Co-authored-by: Yong He <yonghe@outlook.com>
1 parent b530506 commit b0818ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/target-compatibility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Currently support is available in D3D12 via NVAPI, and for Vulkan via the [GL_NV
299299

300300
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.
301301

302-
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.
302+
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.
303303

304304
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.
305305

docs/user-guide/09-targets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Metal supports rasterization, compute, and ray tracing pipelines.
316316
317317
The Metal rasterization pipeline includes the following programmable stages:
318318

319-
- The vertex stage transforms vertex data loaded from memory
319+
- The vertex stage outputs vertex data
320320

321321
- The optional mesh stage allows groups of threads to cooperatively generate geometry
322322

0 commit comments

Comments
 (0)