sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 641 forks source link

Renamed DXGI.Debug to DXGI.DXGIDebug #1021

Closed ziriax closed 6 years ago

ziriax commented 6 years ago

This fixes #1020

This should please users complaining about #972

It will break the few existing lines of code that are already using the newly added DXGI.Debug stuff.

On the other hand, not merging this PR will break all existing code that both is using System.Diagnostics.Debug and using SharpDX.DXGI at the same time.

xoofx commented 6 years ago

Thanks