mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 00:28:20 -05:00
glsl: Use NotImplemented macro with function name output
This commit is contained in:
@ -21,6 +21,8 @@ class EmitContext;
|
||||
inline void EmitSetLoopSafetyVariable(EmitContext&) {}
|
||||
inline void EmitGetLoopSafetyVariable(EmitContext&) {}
|
||||
|
||||
#define NotImplemented() throw NotImplementedException("GLSL instruction {}", __func__)
|
||||
|
||||
// Microinstruction emitters
|
||||
void EmitPhi(EmitContext& ctx, IR::Inst& inst);
|
||||
void EmitVoid(EmitContext& ctx);
|
||||
|
Reference in New Issue
Block a user