mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 07:17:53 +00:00
vk_sampler_cache: Implement a sampler cache
This commit is contained in:
parent
1fc1607e10
commit
a9c05dfcd7
4 changed files with 140 additions and 1 deletions
|
@ -311,7 +311,7 @@ struct TSCEntry {
|
|||
};
|
||||
std::array<f32, 4> border_color;
|
||||
};
|
||||
std::array<u32, 8> raw;
|
||||
std::array<u8, 0x20> raw;
|
||||
};
|
||||
|
||||
float GetMaxAnisotropy() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue