mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 08:21:18 +12:00
set stencil state
This commit is contained in:
parent
d3249dc324
commit
1bcdade83e
8 changed files with 79 additions and 44 deletions
|
@ -3215,7 +3215,7 @@ static void _emitExportCode(LatteDecompilerShaderContext* shaderContext, LatteDe
|
|||
cemu_assert_unimplemented(); // ukn
|
||||
}
|
||||
|
||||
src->add("gl_FragDepth = ");
|
||||
src->add("out.depth = ");
|
||||
_emitExportGPRReadCode(shaderContext, cfInstruction, LATTE_DECOMPILER_DTYPE_FLOAT, 0);
|
||||
src->add(".x");
|
||||
src->add(";" _CRLF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue