mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 02:38:42 +00:00
VideoBackends:Metal: Log file on failed pipeline compile
This commit is contained in:
parent
3cb4c21d0b
commit
32fd10bd08
2 changed files with 60 additions and 2 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
~Shader();
|
||||
|
||||
id<MTLFunction> GetShader() const { return m_shader; }
|
||||
const std::string& GetMSL() const { return m_msl; }
|
||||
BinaryData GetBinary() const override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue