layer highlight when selected

This commit is contained in:
2017-08-11 19:07:48 +01:00
parent 9be2e8e147
commit 10fecd46b0
8 changed files with 59 additions and 21 deletions

View File

@@ -17,6 +17,7 @@ enum class kShaderUniform : uint16_t
Tsz = const_hash("tsz"),
Alpha = const_hash("alpha"),
Resolution = const_hash("resolution"),
Highlight = const_hash("highlight"),
};
enum class kShader : uint16_t