mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
VideoBackends:Metal: Log file on failed pipeline compile
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user