Set default document res to 6K. Implement blending on canvas, mixer and export equirect.
This commit is contained in:
@@ -42,6 +42,7 @@ enum class kShader : uint16_t
|
||||
Texture = const_hash("texture"),
|
||||
TextureAlpha= const_hash("texture-alpha"),
|
||||
TextureAlphaSep= const_hash("texture-alpha-sep"),
|
||||
TextureBlend= const_hash("texture-blend"),
|
||||
CompErase = const_hash("comp-erase"),
|
||||
CompDraw = const_hash("comp-draw"),
|
||||
UVs = const_hash("uvs"),
|
||||
|
||||
Reference in New Issue
Block a user