summaryrefslogtreecommitdiff
path: root/docs/64bit-type-support.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/64bit-type-support.md')
-rw-r--r--docs/64bit-type-support.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/64bit-type-support.md b/docs/64bit-type-support.md
index 506e05493..acff2f770 100644
--- a/docs/64bit-type-support.md
+++ b/docs/64bit-type-support.md
@@ -20,9 +20,9 @@ Overview
The Slang language supports 64 bit built in types. Such as
-* double
-* uint64_t
-* int64_t
+* `double`
+* `uint64_t`
+* `int64_t`
This also applies to vector and matrix versions of these types.
@@ -125,8 +125,8 @@ 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 `uint64_t` type are `abs`, `min`, `max`, `clamp` and `countbits`.
+The intrinsics available on `uint64_t` type are `abs`, `min`, `max` and `clamp`.
GLSL
====