public static void BeginFrame(int W, int H, float PxRatio) { NVG.BeginFrame(Engine.NVGCtx, W, H, PxRatio); }