From aa59d77c3bd7745f03e9bc1d1dca17bb0c338c1f Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Tue, 12 Mar 2019 16:57:03 -0300 Subject: vk_sampler_cache: Implement a sampler cache --- src/video_core/textures/texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/textures/texture.h') diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index a2b98245b..ff1165053 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -311,7 +311,7 @@ struct TSCEntry { }; std::array border_color; }; - std::array raw; + std::array raw; }; float GetMaxAnisotropy() const { -- cgit v1.2.3