mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 15:37:59 -05:00
texture_cache: Remove execution context copies from the texture cache
This is done to simplify the OpenGL implementation, it is needed for Vulkan.
This commit is contained in:
@ -18,7 +18,9 @@ namespace OpenGL {
|
||||
|
||||
using Tegra::Shader::TextureType;
|
||||
using Tegra::Texture::SwizzleSource;
|
||||
|
||||
using VideoCore::Surface::SurfaceTarget;
|
||||
using VideoCore::Surface::SurfaceType;
|
||||
|
||||
BindBuffersRangePushBuffer::BindBuffersRangePushBuffer(GLenum target) : target{target} {}
|
||||
|
||||
|
Reference in New Issue
Block a user