screen space pattern failed, needs screen space uv coordinate on CompDraw shader

This commit is contained in:
2019-02-22 10:44:08 +01:00
parent eab6e68534
commit e63fcf018e
9 changed files with 16 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ enum class kShaderUniform : uint16_t
PatternBlendMode = const_hash("patt_blend_mode"),
Colorize = const_hash("colorize"),
DualAlpha = const_hash("dual_alpha"),
DrawOnScreen = const_hash("draw_on_screen"),
};
enum class kShader : uint16_t