Implement CreateProgram
This commit is contained in:
parent
ed11cdda8d
commit
fb5402ce81
2 changed files with 49 additions and 3 deletions
|
@ -74,8 +74,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
|
||||
public IProgram CreateProgram(ShaderSource[] shaders, ShaderInfo info)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
return new Program();
|
||||
return new Program(shaders, _device);
|
||||
}
|
||||
|
||||
public ISampler CreateSampler(SamplerCreateInfo info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue