mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
vk_pipeline_cache: Add pipeline cache
This commit is contained in:
parent
2be5c7eff4
commit
c63cf4fa2e
8 changed files with 358 additions and 117 deletions
|
@ -39,11 +39,11 @@ u64 FileEnvironment::ReadInstruction(u32 offset) {
|
|||
return data[offset / 8];
|
||||
}
|
||||
|
||||
u32 FileEnvironment::TextureBoundBuffer() {
|
||||
u32 FileEnvironment::TextureBoundBuffer() const {
|
||||
throw NotImplementedException("Texture bound buffer serialization");
|
||||
}
|
||||
|
||||
std::array<u32, 3> FileEnvironment::WorkgroupSize() {
|
||||
std::array<u32, 3> FileEnvironment::WorkgroupSize() const {
|
||||
return {1, 1, 1};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue