コード例 #1
0
 private void InitDirect3DHost()
 {
     if (!this.DesignMode)
     {
         this.hardwareInfo     = new Direct3DHardware();
         this.graphicsSettings = new Direct3DSettings();
     }
 }
コード例 #2
0
ファイル: Direct3DHost.cs プロジェクト: deobald/midget
 private void InitDirect3DHost()
 {
     if(!this.DesignMode)
     {
         this.hardwareInfo = new Direct3DHardware();
         this.graphicsSettings = new Direct3DSettings();
     }
 }