You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Language.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The shader file is first run through a C99 preprocessor. The following \#defines
38
38
39
39
### Storage
40
40
41
-
*`HAS_UNIFORM_BUFFERS`: Set to 1 if uniform buffers are available, 0 if not. If disabled, uniform buffers will be converted to push constants.(equivalent to individual uniforms)
41
+
*`HAS_UNIFORM_BLOCKS`: Set to 1 if uniform blocks are available, 0 if not. If disabled, uniform blocks will be converted to push constants.(equivalent to individual uniforms)
42
42
*`HAS_BUFFERS`: Set to 1 if shader storage buffers are available, 0 if not.
43
43
*`HAS_STD140`: Set to 1 if the `std140` block layout is available, 0 if not.
44
44
*`HAS_STD430`: Set to 1 if the `std430` block layout is available, 0 if not.
0 commit comments