mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 20:02:32 -07:00
Implement CreateProgram
This commit is contained in:
committed by
Isaac Marovitz
parent
ed11cdda8d
commit
fb5402ce81
@@ -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)
|
||||
|
Reference in New Issue
Block a user