OSDN Git Service

D3Dデバッグ出力を Summary から Detail に変更。
authorくまかみ工房 <kumakamikoubou@gmail.com>
Tue, 20 Sep 2016 04:00:09 +0000 (13:00 +0900)
committerくまかみ工房 <kumakamikoubou@gmail.com>
Tue, 20 Sep 2016 04:00:09 +0000 (13:00 +0900)
FDK24/メディア/デバイスリソース.cs

index dc15b4d..9880981 100644 (file)
@@ -203,7 +203,7 @@ namespace FDK.メディア
                        this.bs_SwapChain?.SetFullscreenState( fullscreen: false, targetRef: null );    // スワップチェインをウインドウモードにする。
                        this.サイズに依存するリソースを解放する();
 
-                       this.bs_D3DDeviceDebug?.ReportLiveDeviceObjects( SharpDX.Direct3D11.ReportingLevel.Summary );
+                       this.bs_D3DDeviceDebug?.ReportLiveDeviceObjects( SharpDX.Direct3D11.ReportingLevel.Detail );
 
                        FDK.Utilities.解放する( ref this.bs_D3DDeviceDebug );
                        FDK.Utilities.解放する( ref this.bs_SwapChain );