video_core: Remove unused Fill surface type
This commit is contained in:
parent
b0b027d2d0
commit
13222f94c0
2 changed files with 1 additions and 6 deletions
|
@ -109,8 +109,7 @@ enum class SurfaceType {
|
|||
ColorTexture = 0,
|
||||
Depth = 1,
|
||||
DepthStencil = 2,
|
||||
Fill = 3,
|
||||
Invalid = 4,
|
||||
Invalid = 3,
|
||||
};
|
||||
|
||||
enum class SurfaceTarget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue