diff options
| author | Darren Wihandi <65404740+fairywreath@users.noreply.github.com> | 2024-12-20 01:00:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-19 22:00:20 -0800 |
| commit | a00db74d1afa717dd90dfcf3170c63d0d1c0d3d7 (patch) | |
| tree | 0e286826852990c9fb5b4e531a5b3eeb1da48f96 /docs/user-guide/a2-01-spirv-target-specific.md | |
| parent | 2e9605e79c64315ecad7ae8297d996ae2ed4687b (diff) | |
Add base vertex and base instance system values (#5918)
* Add base vertex and base instance system values
* Fixed incorrect stage in tests
Diffstat (limited to 'docs/user-guide/a2-01-spirv-target-specific.md')
| -rw-r--r-- | docs/user-guide/a2-01-spirv-target-specific.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide/a2-01-spirv-target-specific.md b/docs/user-guide/a2-01-spirv-target-specific.md index 4faf3bde5..d57cc8ce5 100644 --- a/docs/user-guide/a2-01-spirv-target-specific.md +++ b/docs/user-guide/a2-01-spirv-target-specific.md @@ -60,8 +60,8 @@ The system-value semantics are translated to the following SPIR-V code. | `SV_RenderTargetArrayIndex` | `BuiltIn Layer` | | `SV_SampleIndex` | `BuiltIn SampleId` | | `SV_ShadingRate` | `BuiltIn PrimitiveShadingRateKHR` | -| `SV_StartVertexLocation` | `*Not supported* | -| `SV_StartInstanceLocation` | `*Not supported* | +| `SV_StartVertexLocation` | `BuiltIn BaseVertex` | +| `SV_StartInstanceLocation` | `BuiltIn BaseInstance` | | `SV_StencilRef` | `BuiltIn FragStencilRefEXT` | | `SV_Target<N>` | `Location` | | `SV_TessFactor` | `BuiltIn TessLevelOuter` | |
