Ejemplo n.º 1
0
 public static void BeginFrame(int W, int H, float PxRatio)
 {
     NVG.BeginFrame(Engine.NVGCtx, W, H, PxRatio);
 }