guitarfreak/DirectX-11-Demo

Demo is just showing a black screen

KienLN394 opened this issue · 1 comments

I open demo v0.6 and get just a black screen. Is there something wrong?

Hi, sorry for the late answer. It's the multisampling.
You have to query the multisample quality levels that are available and then select one. You can't just select something like msaa 4x and hope it works, which is what I did before.
So that should be fixed now.