[Bf-blender-cvs] [acaa736037e] master: Fix: GPU: Set the last enum in ENUM_OPERATORS

Miguel Pozo noreply at git.blender.org
Thu Nov 10 17:44:09 CET 2022


Commit: acaa736037eef7d36d5501622a282169d1bf2a4e
Author: Miguel Pozo
Date:   Thu Nov 10 17:43:53 2022 +0100
Branches: master
https://developer.blender.org/rBacaa736037eef7d36d5501622a282169d1bf2a4e

Fix: GPU: Set the last enum in ENUM_OPERATORS

===================================================================

M	source/blender/gpu/intern/gpu_node_graph.h

===================================================================

diff --git a/source/blender/gpu/intern/gpu_node_graph.h b/source/blender/gpu/intern/gpu_node_graph.h
index de0a0687b13..2f617713749 100644
--- a/source/blender/gpu/intern/gpu_node_graph.h
+++ b/source/blender/gpu/intern/gpu_node_graph.h
@@ -66,7 +66,7 @@ typedef enum {
   GPU_NODE_TAG_COMPOSITOR = (1 << 6),
 } eGPUNodeTag;
 
-ENUM_OPERATORS(eGPUNodeTag, GPU_NODE_TAG_FUNCTION)
+ENUM_OPERATORS(eGPUNodeTag, GPU_NODE_TAG_COMPOSITOR)
 
 struct GPUNode {
   struct GPUNode *next, *prev;



More information about the Bf-blender-cvs mailing list