vk_pipeline_cache: Add pipeline cache
This commit is contained in:
parent
2be5c7eff4
commit
c63cf4fa2e
8 changed files with 358 additions and 117 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue