summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_disk_cache.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-01-03 23:15:24 +0100
committerFernandoS27 <fsahmkow27@gmail.com>2020-01-24 21:43:29 +0100
commit1e4b6bef6f1b278bdc99170b76f33179a2eff26f (patch)
tree1f61df883d015efc725638d811c76ea82723861d /src/video_core/renderer_opengl/gl_shader_disk_cache.h
parentGPU: Implement guest driver profile and deduce texture handler sizes. (diff)
downloadyuzu-1e4b6bef6f1b278bdc99170b76f33179a2eff26f.tar
yuzu-1e4b6bef6f1b278bdc99170b76f33179a2eff26f.tar.gz
yuzu-1e4b6bef6f1b278bdc99170b76f33179a2eff26f.tar.bz2
yuzu-1e4b6bef6f1b278bdc99170b76f33179a2eff26f.tar.lz
yuzu-1e4b6bef6f1b278bdc99170b76f33179a2eff26f.tar.xz
yuzu-1e4b6bef6f1b278bdc99170b76f33179a2eff26f.tar.zst
yuzu-1e4b6bef6f1b278bdc99170b76f33179a2eff26f.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_shader_disk_cache.h')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_disk_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_disk_cache.h b/src/video_core/renderer_opengl/gl_shader_disk_cache.h
index 69a2fbdda..ef2371f6d 100644
--- a/src/video_core/renderer_opengl/gl_shader_disk_cache.h
+++ b/src/video_core/renderer_opengl/gl_shader_disk_cache.h
@@ -79,6 +79,7 @@ static_assert(std::is_trivially_copyable_v<ProgramVariant>);
struct ShaderDiskCacheUsage {
u64 unique_identifier{};
ProgramVariant variant;
+ u32 bound_buffer{};
VideoCommon::Shader::KeyMap keys;
VideoCommon::Shader::BoundSamplerMap bound_samplers;
VideoCommon::Shader::BindlessSamplerMap bindless_samplers;