vk_sampler_cache: Implement a sampler cache

This commit is contained in:
ReinUsesLisp 2019-03-12 16:57:03 -03:00
parent 8ebeb9ade2
commit aa59d77c3b
4 changed files with 140 additions and 1 deletions

View file

@ -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 {