Warn when generating unsupported shader
This commit is contained in:
committed by
Evan Husted
parent
25dba8da7c
commit
a7908c187d
@@ -20,7 +20,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
public CodeGenContext(StructuredProgramInfo info, ShaderConfig config)
|
||||
{
|
||||
Info = info;
|
||||
Config = Config;
|
||||
Config = config;
|
||||
|
||||
_sb = new StringBuilder();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user