DiligentGraphics / DiligentEngine

A modern cross-platform low-level graphics library and rendering framework
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
3.63k stars 331 forks source link

USAGE type in GraphicsTypes.h conflicts with Windows' type USAGE found in hidusage.h #300

Closed RevenantBob closed 3 months ago

RevenantBob commented 3 months ago

USAGE type in GraphicsTypes.h conflicts with Windows' type USAGE found in hidusage.h.

RevenantBob commented 3 months ago

I suppose it's in a namespace so probably fine.

TheMostDiligent commented 3 months ago

I suppose it's in a namespace so probably fine.

Yes, this can easily be resolved using Diligent::USAGE and ::USAGE