diff options
| author | aidanfnv <aidanf@nvidia.com> | 2025-07-08 17:55:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 00:55:02 +0000 |
| commit | a64a0ac3bff2d3e9d77f5beeaee035129ed8b406 (patch) | |
| tree | 71438a5f30b3766f0a0e94303ce23f350de76619 /source/slang | |
| parent | e036c7f38e3b8b1f0b0e0ac1b4ef22fc6f16963b (diff) | |
Fix typo in image format table (#7661)
Diffstat (limited to 'source/slang')
| -rw-r--r-- | source/slang/hlsl.meta.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/hlsl.meta.slang b/source/slang/hlsl.meta.slang index 7879fc493..769354c92 100644 --- a/source/slang/hlsl.meta.slang +++ b/source/slang/hlsl.meta.slang @@ -645,7 +645,7 @@ extension vector<int64_t,2>:ITexelElement /// |6 |`"r32f"` | 1 channel 32-bit floating point texture | /// |7 |`"r16f"` | 1 channel 16-bit floating point texture | /// |8 |`"rgba16"` | 4 channel 16-bit normalized unsigned integer texture | -/// |9 |`"rgb10_a2"` | 4 channel 10/10/10/2-bit signed integer texture | +/// |9 |`"rgb10_a2"` | 4 channel 10/10/10/2-bit normalized unsigned integer texture | /// |10 |`"rgba8"` | 4 channel 8-bit normalized unsigned integer texture | /// |11 |`"rg16"` | 2 channel 16-bit normalized unsigned integer texture | /// |12 |`"rg8"` | 2 channel 8-bit normalized unsigned integer texture | |
