export depth

This commit is contained in:
2019-04-25 23:31:03 +02:00
parent 2da84ec63d
commit db208bd7cd
5 changed files with 131 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ enum class kShader : uint16_t
ColorTri = const_hash("color-tri"),
ColorHue = const_hash("color-hue"),
Texture = const_hash("texture"),
TextureColorize = const_hash("texture-colorize"),
TextureAlpha= const_hash("texture-alpha"),
TextureAlphaSep= const_hash("texture-alpha-sep"),
TextureBlend= const_hash("texture-blend"),