mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 06:37:58 -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