diff options
Diffstat (limited to 'docs/user-guide/02-conventional-features.md')
| -rw-r--r-- | docs/user-guide/02-conventional-features.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/user-guide/02-conventional-features.md b/docs/user-guide/02-conventional-features.md index e50debd10..b748a72c0 100644 --- a/docs/user-guide/02-conventional-features.md +++ b/docs/user-guide/02-conventional-features.md @@ -18,8 +18,7 @@ Types Slang supports conventional shading language types including scalars, vectors, matrices, arrays, structures, enumerations, and resources. > #### Note #### -> Slang does not currently support pointer types as in C/C++. -> Pointers cannot be implemented robustly and completely on many of the target platforms Slang currently supports. +> Slang has limited support for pointers when targeting platforms with native pointer support, including SPIRV, C++, and CUDA. ### Scalar Types |
