Direct x failing

Started by
10 comments, last by thefatshizms 10 years, 9 months ago


Okay changed the height calculation, changed the feature level count to 6 and re arranged the array. Still crashes.

Your program didn't crash before. It returned -1. Why did you remove the return statement?

Advertisement

I'm on windows 7 ultimate(64 bit). If it runs okay on your system, it probably means I can't run direct x 11 or something :/

Did you even try to debug it yourself before comming to this conclusion. Did you try to run any of the DX11 Samples and see whether it is using Hardware or Ref mode.

I didn't come to a conclusion.. I just think it might be a reason. What examples?


Okay changed the height calculation, changed the feature level count to 6 and re arranged the array. Still crashes.

Your program didn't crash before. It returned -1. Why did you remove the return statement?

I removed the return -1 because I wanted to see the message displayed when it failed.

This topic is closed to new replies.

Advertisement