Skip to content

Instantly share code, notes, and snippets.

@n00ner
Created April 24, 2022 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n00ner/268944df9d7f1525bfdfe94ddd65c26a to your computer and use it in GitHub Desktop.
Save n00ner/268944df9d7f1525bfdfe94ddd65c26a to your computer and use it in GitHub Desktop.
class Engine{
init {
System.loadLibrary("testlib")
}
external fun createSwapChain(surface: Surface)
external fun renderFrame()
external fun initEngine()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment