diff options
| author | Yong He <yonghe@outlook.com> | 2025-01-10 13:34:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 13:34:54 -0800 |
| commit | a985e240a6d9edb1545e357d20805bf81fba975a (patch) | |
| tree | 7e52a9c60c364f1d00b6e6ce2d3b6f211c2ebbfc /source/slang/slang-type-layout.h | |
| parent | 4104aa7f95e0d29e877be5208031e2670fb5a77d (diff) | |
Fix CUDA reflection for acceleration structure handle size. (#6055)
Diffstat (limited to 'source/slang/slang-type-layout.h')
| -rw-r--r-- | source/slang/slang-type-layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-type-layout.h b/source/slang/slang-type-layout.h index 91132c76a..7d3dd8369 100644 --- a/source/slang/slang-type-layout.h +++ b/source/slang/slang-type-layout.h @@ -975,7 +975,7 @@ enum class ShaderParameterKind AtomicUint, SubpassInput, - + AccelerationStructure, ParameterBlock, }; |
