Warn when generating unsupported shader
This commit is contained in:
parent
d0d5c76f06
commit
27effab989
3 changed files with 9 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue