CreateGraphics - GRAPHICS_DEPTHBUFFER

BlitzMax Forums/BlitzMax Programming/CreateGraphics - GRAPHICS_DEPTHBUFFER

Mr. Goober(Posted 2014) [#1]
I'm curious as to how to use the depth buffer when creating it with Graphics(). If I am combining GRAPHICS_BACKBUFFER|GRAPHICS_DEPTHBUFFER in one Graphics() call, how would I be able to make use of the depth buffer using only Max2D commands? I can't seem to find a command that changes the drawing depth. Maybe I am thinking on this wrong?