add todo note

This commit is contained in:
griffi-gh 2024-03-23 15:43:22 +01:00
parent d347f8f7e9
commit 89037efebb

View file

@ -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