mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 22:38:10 -05:00
gl_rasterizer_cache: Use texture buffers to emulate texture buffers
This commit is contained in:
@ -114,6 +114,7 @@ enum class SurfaceType {
|
||||
|
||||
enum class SurfaceTarget {
|
||||
Texture1D,
|
||||
TextureBuffer,
|
||||
Texture2D,
|
||||
Texture3D,
|
||||
Texture1DArray,
|
||||
|
Reference in New Issue
Block a user