progress drawing cursor

This commit is contained in:
2024-10-09 11:59:41 +01:00
parent 2afc54abc5
commit 5cc4357cc7
4 changed files with 39 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ struct
, cursorProgram
, ...
} = drawObject
val _ = drawXyrgb (cursorVertexBuffer, cursorProgram, cursorDrawLength)
val _ = drawXyrgb (textVertexBuffer, textProgram, textDrawLength)
in