Skip to content

Instantly share code, notes, and snippets.

@PieroCastillo
Last active May 12, 2021 01:42
Show Gist options
  • Save PieroCastillo/34d06ffe5c334ad1d0c8e07bc0e311fd to your computer and use it in GitHub Desktop.
Save PieroCastillo/34d06ffe5c334ad1d0c8e07bc0e311fd to your computer and use it in GitHub Desktop.
//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