diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-04-16 22:02:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 19:02:45 -0700 |
| commit | 67313584d6879d68db53ced3108c2370bed5e8c1 (patch) | |
| tree | 202f64210053d12a8ca2c6a2a22b000c020443eb /docs/user-guide/09-reflection.md | |
| parent | 282da4ac94d60d3244f4d72085e66fb82cf5abd8 (diff) | |
Fix Slang documentation typos (#3961)
Diffstat (limited to 'docs/user-guide/09-reflection.md')
| -rw-r--r-- | docs/user-guide/09-reflection.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide/09-reflection.md b/docs/user-guide/09-reflection.md index cef2f0b10..8572dbe08 100644 --- a/docs/user-guide/09-reflection.md +++ b/docs/user-guide/09-reflection.md @@ -42,7 +42,7 @@ for(unsigned pp = 0; pp < parameterCount; pp++) We can also enumerate the compile entry points, in order to inspect their parameters: ```c++ -SlangUInt entryPointCount = shaderRefelction->getEntryPointCount(); +SlangUInt entryPointCount = shaderReflection->getEntryPointCount(); for(SlangUInt ee = 0; ee < entryPointCount; ee++) { slang::EntryPointReflection* entryPoint = |
