anbox-platform-sdk  1.26.0
Anbox Platform SDK API documentation
graphics_processor.h File Reference
+ Include dependency graph for graphics_processor.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

◆ AnboxVsyncCallback

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.