VideoBackends:Metal: Log file on failed pipeline compile

This commit is contained in:
TellowKrinkle
2024-09-29 23:55:14 -05:00
parent 3cb4c21d0b
commit 32fd10bd08
2 changed files with 60 additions and 2 deletions

View File

@ -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: