Ejemplo n.º 1
0
 /// <summary>
 ///     Begins and returns the frame buffer <see cref="Pass"/> with the specified width, height, and
 ///     <see cref="PassAction" />.
 /// </summary>
 /// <param name="passAction">The frame buffer pass action.</param>
 /// <returns>The frame buffer <see cref="Pass" />.</returns>
 public static Pass BeginDefaultPass([In] ref PassAction passAction)
 {
     return(GraphicsDevice.BeginDefaultPass(_drawableWidth, _drawableHeight, ref passAction));
 }