@mgulde wrote:
Hi there!
I just installed the new MonoGame 3.6 over the older MonoGame 3.5. My application for computing view factors (thermal control software) compiles and launches alright, however, I cannot use the
OcclusionQuery
command:System.NotSupportedException: "The Reach profile does not support occlusion queries."
Checking back with my
Content.mgcb
file, the profile isHiDef
(/profile:HiDef
). Nevertheless, when queryingGraphicsDevice.GraphicsProfile
, it returnsReach
. Previously, the application was running fine. Do you have any suggestions?Thanks for your help
- Max
Posts: 3
Participants: 2