Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/GPU_material.h')
-rw-r--r--source/blender/gpu/GPU_material.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_material.h b/source/blender/gpu/GPU_material.h
index 57791b400d4..58bbe11b4d6 100644
--- a/source/blender/gpu/GPU_material.h
+++ b/source/blender/gpu/GPU_material.h
@@ -116,7 +116,7 @@ typedef enum eGPUDefaultValue {
typedef struct GPUCodegenOutput {
char *attr_load;
- /* Nodetree functions calls. */
+ /* Node-tree functions calls. */
char *displacement;
char *surface;
char *volume;