python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Monogame HLSL shader error "The Parameter is incorrect"
I got the following error message:
SharpDX.SharpDXException: 'HRESULT: [0x80070057], Module: [General],
ApiCode: [E_INVALIDARG/Invalid Arguments], Message: The parameter is
incorrect.
...
codymanix
Votes: 0
Answers: 1
How to structure a project in Monogame
I'm trying to create a PC version of a cord-driven turn-based boardgame. I went for the Monogame framework in c#. I'm still learning C# and Monogame and I'm reading all about how it is important to &q...
Peter
Votes: 0
Answers: 1
How do I check if a sprite is at a specific location on Monogame XNA C#
I am making a game and am fairy new to this language and I need to detect if a sprite has reached a certain location for the game to have some sort of response.
something like;
if ( /* position of spr...
Hope
Votes: 0
Answers: 1
Trying to install MonoGame for mac and VS Code
I'm trying to install MonoGame for mac and VS code. I followed the instructions at https://docs.monogame.net/articles/getting_started/1_setting_up_your_development_environment_macos.html, but I am stu...
DarthEggo
Votes: 0
Answers: 1