Ejemplo n.º 1
0
 public virtual void Initialize(SharpDX.Toolkit.Game game)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MyCustomGraphicsDeviceManager"/> class.
 /// </summary>
 /// <param name="game">Game the GraphicsDeviceManager should be associated with.</param>
 public MyCustomGraphicsDeviceManagerDX(SharpDX.Toolkit.Game game)
     : base(game)
 {
 }