vk_sampler_cache: Implement a sampler cache
This commit is contained in:
parent
8ebeb9ade2
commit
aa59d77c3b
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