diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/64bit-type-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/64bit-type-support.md b/docs/64bit-type-support.md index 15faccd86..5f54f6601 100644 --- a/docs/64bit-type-support.md +++ b/docs/64bit-type-support.md @@ -147,7 +147,7 @@ D3D12 | FXC/DXBC | No | No | 2 2) uint64_t support requires https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/hlsl-shader-model-6-0-features-for-direct3d-12, so DXBC is not a target. The intrinsics available on `uint64_t` type are `abs`, `min`, `max`, `clamp` and `countbits`. -The intrinsics available on `uint64_t` type are `abs`, `min`, `max` and `clamp`. +The intrinsics available on `int64_t` type are `abs`, `min`, `max`, `clamp` and `countbits`. GLSL ==== |
