anbox-platform-sdk
1.26.0
Anbox Platform SDK API documentation
|
#include "anbox-platform-sdk/types.h"
Go to the source code of this file.
Classes | |
class | anbox::GraphicsProcessor |
GraphicsProcessor allows integration with the graphics engine inside Anbox. More... | |
Namespaces | |
anbox | |
Typedefs | |
typedef void(* | AnboxVsyncCallback) (uint64_t time_ns, void *user_data) |
AnboxVsyncCallback is invoked to signal a new vsync is about to start. More... | |
typedef void(* AnboxVsyncCallback) (uint64_t time_ns, void *user_data) |
AnboxVsyncCallback is invoked to signal a new vsync is about to start.
The provided timestamp is the time the callee will use to determine the start time of the vsync.
Definition at line 30 of file graphics_processor.h.