vk_pipeline_cache: Add pipeline cache

This commit is contained in:
ReinUsesLisp 2021-03-22 21:03:20 -03:00 committed by ameerj
parent 2be5c7eff4
commit c63cf4fa2e
8 changed files with 358 additions and 117 deletions

View file

@ -14,9 +14,9 @@ public:
u64 ReadInstruction(u32 offset) override;
u32 TextureBoundBuffer() override;
u32 TextureBoundBuffer() const override;
std::array<u32, 3> WorkgroupSize() override;
std::array<u32, 3> WorkgroupSize() const override;
private:
std::vector<u64> data;