mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-07 02:13:53 +00:00
vk_sampler_cache: Implement a sampler cache
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user