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

#ActualZaoshi Kaba

Posted 20 January 2013 - 04:26 AM

unsigned int stride = 0;
This is invalid, it should equal to size of your vertex (12 it seems). I think this is the problem.

Also, have you tried to disable depth buffer (don't set one), and use default RS / OM states (set nullptr)?

#1Zaoshi Kaba

Posted 20 January 2013 - 04:00 AM

unsigned int stride = 0;

 

This is invalid, it should equal to size of your vertex (12 it seems). Not sure if that could be the problem.

 

Have you tried to disable depth buffer (don't set one), and use default RS / OM states (set nullptr)?


PARTNERS