gl_shader_cache: Implement async shaders

This commit is contained in:
ameerj 2021-06-14 21:06:29 -04:00
parent d344489b5b
commit 7e661303d5
7 changed files with 161 additions and 114 deletions

View file

@ -83,6 +83,7 @@ add_library(video_core STATIC
renderer_opengl/gl_shader_cache.h
renderer_opengl/gl_shader_manager.cpp
renderer_opengl/gl_shader_manager.h
renderer_opengl/gl_shader_context.h
renderer_opengl/gl_shader_util.cpp
renderer_opengl/gl_shader_util.h
renderer_opengl/gl_state_tracker.cpp