[oden] Assets becomes async load in terms of IO/GFX

This commit is contained in:
John Doty 2023-06-30 06:29:21 -07:00
parent d2dfa7c401
commit f3f9988314
3 changed files with 16 additions and 8 deletions

View file

@ -1 +1,3 @@
// These are the functions exposed by the native assets module.
//
export function load_texture(path: string): number;