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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ NZSL is designed to be embedded in a game engine / game / graphics application t
58
58
59
59
You can use it to generate GLSL, GLSL ES and SPIR-V in two non-exclusive ways:
60
60
61
-
1) Using the offline NZSL compiler (nzslc) ahead of time, in a way similar to glslangValidator or glslc today.
61
+
1) Using the offline NZSL compiler (nzslc) ahead of time, in a way similar to glslang or glslc today.
62
62
2) Use NZSL as a library in your application to compile shaders in a dynamic way, just as they're needed (which can be used to benefit from supported extensions to improve generation).
0 commit comments