mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-16 16:02:24 -07:00
glsl: Implement TXQ and other misc changes
This commit is contained in:
@@ -168,7 +168,7 @@ void EmitSetSampleMask(EmitContext& ctx, std::string_view value) {
|
||||
}
|
||||
|
||||
void EmitSetFragDepth(EmitContext& ctx, std::string_view value) {
|
||||
NotImplemented();
|
||||
ctx.Add("gl_FragDepth={};", value);
|
||||
}
|
||||
|
||||
void EmitGetZFlag(EmitContext& ctx) {
|
||||
|
Reference in New Issue
Block a user