canvas pan/zoom, project into canvas using inverse transform, implement eraser (early prototype)
This commit is contained in:
@@ -27,6 +27,7 @@ enum class kShader : uint16_t
|
||||
Font = const_hash("font"),
|
||||
Atlas = const_hash("atlas"),
|
||||
Stroke = const_hash("stroke"),
|
||||
StrokeErase = const_hash("stroke-erase"),
|
||||
StrokeLayer = const_hash("stroke-layer"),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user