gl_rasterizer_cache: Use texture buffers to emulate texture buffers
This commit is contained in:
parent
b8c75a845b
commit
07f7ce1da2
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