Home
last modified time | relevance | path

Searched refs:glCmpFuncs (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/OGL/
H A DRender.cpp1159 const GLenum glCmpFuncs[8] = {GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL, in ApplyDepthState() local
1166 glDepthFunc(glCmpFuncs[state.func]); in ApplyDepthState()