diff options
| author | Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com> | 2025-08-28 16:31:35 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-28 11:01:35 +0000 |
| commit | 3dc466487d489f09c835bdd872eb130cdc5784ea (patch) | |
| tree | 5022a23044bb68563b22652e20baf07137e183b8 /source | |
| parent | 80ddf40274fdca93f2ae95a247ff3af122aec6ac (diff) | |
[Documentation] optix test coverage #463 (#8311)
Update docs/shader-execution-reordering.md with additional intrinsics
Add correct capability `LoadLocalRootTableConstant`
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/hlsl.meta.slang | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/slang/hlsl.meta.slang b/source/slang/hlsl.meta.slang index 0dbca2479..23afb3297 100644 --- a/source/slang/hlsl.meta.slang +++ b/source/slang/hlsl.meta.slang @@ -21075,8 +21075,7 @@ struct HitObject /// Loads a root constant from the local root table referenced by the hit object. Valid if the hit object /// represents a hit or a miss. RootConstantOffsetInBytes must be a multiple of 4. [__requiresNVAPI] - [require(hlsl, ser)] - [require(cuda, ser)] + [require(cuda_hlsl, ser_raygen_closesthit_miss)] uint LoadLocalRootTableConstant(uint RootConstantOffsetInBytes) { __target_switch |
