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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/GPU_material.h b/source/blender/gpu/GPU_material.h
index 101fd67af2c..bc410cb8369 100644
--- a/source/blender/gpu/GPU_material.h
+++ b/source/blender/gpu/GPU_material.h
@@ -105,8 +105,8 @@ typedef struct GPUNodeStack {
const char *name;
float vec[4];
struct GPUNodeLink *link;
- short hasinput;
- short hasoutput;
+ bool hasinput;
+ bool hasoutput;
short sockettype;
} GPUNodeStack;