mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-12-18 09:32:39 +00:00
glsl: Use NotImplemented macro with function name output
This commit is contained in:
@@ -14,10 +14,6 @@
|
||||
|
||||
namespace Shader::Backend::GLSL {
|
||||
|
||||
static void NotImplemented() {
|
||||
throw NotImplementedException("GLSL instruction");
|
||||
}
|
||||
|
||||
void EmitPhi(EmitContext& ctx, IR::Inst& phi) {
|
||||
const size_t num_args{phi.NumArgs()};
|
||||
for (size_t i = 0; i < num_args; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user