Skip to content

Commit 0e12b19

Browse files
authored
Update punctuation in ShaderGeneration.md (AcademySoftwareFoundation#2490)
Just a comma for better readability.
1 parent 540c183 commit 0e12b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documents/DeveloperGuide/ShaderGeneration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ output results from upstream nodes as inputs to downstream nodes. Inline express
226226
emitted instead of functions calls for nodes that use this.
227227
5. The final shader output is produced and assigned to the shader output variable.
228228

229-
Note that if a single monolithic shader for the whole graph is not appropriate for your system the generator can be called on `output` elements at any point in your graph, and generate code for sub-parts. It is then up to the application to decide where to split the graph, and to assemble the shader code for sub-parts after all have been generated.
229+
Note that if a single monolithic shader for the whole graph is not appropriate for your system, the generator can be called on `output` elements at any point in your graph, and generate code for sub-parts. It is then up to the application to decide where to split the graph, and to assemble the shader code for sub-parts after all have been generated.
230230

231231
## 1.5 Shader Stages
232232

0 commit comments

Comments
 (0)