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