aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/query_cache.h
AgeCommit message (Collapse)Author
2020-02-14query_cache: Abstract OpenGL implementationReinUsesLisp
Abstract the current OpenGL implementation into the VideoCommon namespace and reimplement it on top of that. Doing this avoids repeating code and logic in the Vulkan implementation.