Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualGavin Williams

Posted 07 December 2012 - 10:40 PM

What debug messages are you getting ? If it's not rendering you should be getting error message. You can always download PIX if you are really desperate to have a look at the graphics state and resources.

Are you a C++ programmer ? Or perhaps just too strictly following those tutorials. Because setting all your variables to null isn't necessary in C#. It's not a problem but it's not necessary, a simple declaration is sufficient ...

private SlimDX.Direct3D11.Texture2D textureD3D11;

#1Gavin Williams

Posted 07 December 2012 - 10:32 PM

What debug messages are you getting ? If it's not rendering you should be getting error message. You can always download PIX if you are really desperate to have a look at the graphics state and resources.

PARTNERS