add: basic debug overlay

This commit is contained in:
Samuliak 2024-08-24 17:48:02 +02:00
parent 6bf3406793
commit b105a383aa
6 changed files with 40 additions and 1 deletions

View file

@ -20,6 +20,9 @@ public:
MTL::RenderPipelineState* GetMeshPipelineState(const LatteFetchShader* fetchShader, const LatteDecompilerShader* vertexShader, const LatteDecompilerShader* geometryShader, const LatteDecompilerShader* pixelShader, class CachedFBOMtl* activeFBO, const LatteContextRegister& lcr, Renderer::INDEX_TYPE hostIndexType);
// Debug
size_t GetPipelineCacheSize() const { return m_pipelineCache.size(); }
private:
class MetalRenderer* m_mtlr;