Exemplo n.º 1
0
 internal static void PresentPost(GraphicsDevice __instance)
 {
     DrawState.OnPresentPost();
 }
Exemplo n.º 2
0
 internal static void PresentPost(GraphicsDevice __instance, Rectangle?sourceRectangle, Rectangle?destinationRectangle, IntPtr overrideWindowHandle)
 {
     DrawState.OnPresentPost();
 }
Exemplo n.º 3
0
 public static void OnResetPost(GraphicsDevice __instance)
 {
     DrawState.OnPresentPost();
 }