fix shaders for the transform tool

This commit is contained in:
2018-11-25 16:16:01 +01:00
parent a124d19bdc
commit 0d0cd3db7f
8 changed files with 100 additions and 98 deletions

View File

@@ -30,6 +30,7 @@ enum class kShaderUniform : uint16_t
BlendMode = const_hash("blend_mode"),
Noise = const_hash("noise"),
Direction = const_hash("dir"),
UseFragCoordUV2 = const_hash("fragUV2"),
};
enum class kShader : uint16_t