mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
add todo note
This commit is contained in:
parent
d347f8f7e9
commit
89037efebb
|
@ -55,6 +55,7 @@ pub enum UiDrawCommand {
|
||||||
PushTransform(Affine2),
|
PushTransform(Affine2),
|
||||||
/// Pop a transformation matrix from the stack
|
/// Pop a transformation matrix from the stack
|
||||||
PopTransform,
|
PopTransform,
|
||||||
|
//TODO PushClip PopClip
|
||||||
}
|
}
|
||||||
|
|
||||||
/// List of draw commands
|
/// List of draw commands
|
||||||
|
|
Loading…
Reference in a new issue