diff --git a/source/blender/draw/intern/draw_state.hh b/source/blender/draw/intern/draw_state.hh index e0a473f5a06..b95a618d90a 100644 --- a/source/blender/draw/intern/draw_state.hh +++ b/source/blender/draw/intern/draw_state.hh @@ -22,7 +22,7 @@ * The Write Stencil, Stencil test, Depth test and Blend state options are mutual exclusive * therefore they aren't ordered as a bit mask. */ -typedef enum { +typedef enum : uint32_t { /** To be used for compute passes. */ DRW_STATE_NO_DRAW = 0, /** Write mask */