-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Major ticket items here:
- Shader cache
Despite needing AoT 'compiled' shaders, they're still going to be dynamically recompiled on the target platform. Use bgfx callbacks to implement shader caching if enabled in the context. We should ideally expose a set of directories here, i.e. application name for XDG config/cache directories.
- Builtin screen capture support
Another nice feature of bgfx callbacks - we can screen-capture at will. Don't hotkey it, just expose the API. Ideally support automatic filenames here.
Metadata
Metadata
Assignees
Labels
No labels