コード例 #1
0
 internal static bool Present(GraphicsDevice __instance)
 {
     DrawState.OnPresent();
     return(true);
 }
コード例 #2
0
 internal static bool Present(GraphicsDevice __instance, Rectangle?sourceRectangle, Rectangle?destinationRectangle, IntPtr overrideWindowHandle)
 {
     DrawState.OnPresent();
     return(true);
 }
コード例 #3
0
 public static void PresentPre(GraphicsDevice __instance)
 {
     DrawState.OnPresent();
 }