sharpdx / SharpDX

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

SharpDX.Direct2D1.ResultCode values disappeared #1028

Closed andrew-boyarshin closed 6 years ago

andrew-boyarshin commented 6 years ago

List of disappeared APIs from 4.1.0-ci217

All values in ResultCode disappeared, the class itself stays empty. Is that intentional?

xoofx commented 6 years ago

All values in ResultCode disappeared, the class itself stays empty. Is that intentional?

No, that's weird, don't recall a change related to this. Maybe a side effect to move to a newer include SDK where these codes are defined somewhere else? If someone can have look at this, PR welcome.

jkoritzinsky commented 6 years ago

This is fixed on master as of #1057