mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
gl_rasterizer_cache: Use texture buffers to emulate texture buffers
This commit is contained in:
parent
91b16d383a
commit
8a592f8cd8
5 changed files with 35 additions and 11 deletions
|
@ -114,6 +114,7 @@ enum class SurfaceType {
|
|||
|
||||
enum class SurfaceTarget {
|
||||
Texture1D,
|
||||
TextureBuffer,
|
||||
Texture2D,
|
||||
Texture3D,
|
||||
Texture1DArray,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue