mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 16:12:33 -07: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