1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-04-01 13:36:30 -05:00

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