IntPtr IGraphics.PgaServerHandleOrientation( float hscale, float vscale, int orientation) { return(SysPGA.PgaServerHandleOrientation(hscale, vscale, orientation)); }
int IGraphics.GetPgaServerInitStatus( StringBuilder glVendor, StringBuilder glRenderer, StringBuilder glVersion) { return(SysPGA.GetPgaServerInitStatus(glVendor, glRenderer, glVersion)); }
int IGraphics.PgaServerInit( IntPtr h, int x, int y, int width, int height, SafeWaitHandle evt, int glRenderMode, string engine) { return(SysPGA.PgaServerInit(h, x, y, width, height, evt, glRenderMode, engine)); }
void IGraphics.PgaLoggerInit(Logger.HdLoggerCallback cb) { SysPGA.PgaLoggerInit(cb); }
int IGraphics.PgaIsHwAstcSupported() { return(SysPGA.PgaIsHwAstcSupported()); }
void IGraphics.PgaSetAstcConfig(int config) { SysPGA.PgaSetAstcConfig(config); }
void IGraphics.PgaSetVSyncState(int enable) { SysPGA.PgaSetVSyncState(enable); }
void IGraphics.ImgdUpdateScreenPoint(ref float xPos, ref float yPos, ref uint crc) { SysPGA.ImgdUpdateScreenPoint(ref xPos, ref yPos, ref crc); }
void IGraphics.ToggleFarmMode(bool enable) { SysPGA.ToggleFarmMode(enable); }
void IGraphics.PgaShowFps(int enable) { SysPGA.PgaShowFps(enable); }
void IGraphics.PgaSetFps(int fps) { SysPGA.PgaSetFps(fps); }
int IGraphics.PgaIsGLES3() { return(SysPGA.PgaIsGLES3()); }
int IGraphics.PgaUtilsIsHotAttach() { return(SysPGA.PgaUtilsIsHotAttach()); }
void IGraphics.PgaServerHandleCommand(int scancode) { SysPGA.PgaServerHandleCommand(scancode); }
IntPtr IGraphics.PgaServerHandleAppActivity(string package, string activity) { return(SysPGA.PgaServerHandleAppActivity(package, activity)); }
IntPtr IGraphics.PgaServerGetSubwindow() { return(SysPGA.PgaServerGetSubwindow()); }