Searched defs:depth_func (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c278 GLenum depth_func = gl_compare_func(state->render_states[WINED3D_RS_ZFUNC]); local
281 if (!depth_func) return;
283 gl_info->gl_ops.gl.p_glDepthFunc(depth_func);

Completed in 50 milliseconds