So, I'm wondering how you enable depth testing in Direct3D 11?
Basically “glEnable(GL_DEPTH_TEST)” for Direct3D 11. I've been messing about with depth buffers for an hour now and I can't figure it out. What I'm trying to achieve is preventing say, the back vertices of a cube rendering on top of the front vertices.