Last active
May 12, 2021 01:42
-
-
Save PieroCastillo/34d06ffe5c334ad1d0c8e07bc0e311fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//on load | |
Surface = new Surface(new LTSize(800,600), IntPtr handle); | |
//on render | |
Surface.GetCanvas().something(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment