mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 09:57:55 -05: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