mixer brush wip
This commit is contained in:
@@ -9,11 +9,13 @@ enum class kShaderUniform : uint16_t
|
||||
Tex = const_hash("tex"),
|
||||
TexFG = const_hash("tex_fg"),
|
||||
TexBG = const_hash("tex_bg"),
|
||||
TexMix = const_hash("tex_mix"),
|
||||
TexMask = const_hash("tex_mask"),
|
||||
TexStroke = const_hash("tex_stroke"),
|
||||
TexStencil= const_hash("tex_stencil"),
|
||||
TexStencil = const_hash("tex_stencil"),
|
||||
StencilOffset = const_hash("stencil_offset"),
|
||||
StencilAlpha = const_hash("stencil_alpha"),
|
||||
MixAlpha = const_hash("mix_alpha"),
|
||||
Wet = const_hash("wet"),
|
||||
Lock = const_hash("lock"),
|
||||
Col = const_hash("col"),
|
||||
|
||||
Reference in New Issue
Block a user