@wuzzard wrote:
I'm currently building my first game in MonoGame. Can anyone give me some general direction on how to:
- Check the Graphics Card's capabilities.
- Determine which of those capabilities I am relying on.
- Downgrade my code (or switch to Reach?) in response.
For example: If I am using the Color.FromNonPremultiplied functionality when I manually load png files, how do I know if my graphics card will support that? If it doesn't, will switching to Reach (however that is done) fix that or will I need to find another approach?
Thanks in advanced for any help
Posts: 5
Participants: 2