video_core: Remove unused Fill surface type

This commit is contained in:
ReinUsesLisp 2019-02-01 02:55:30 -03:00
parent b0b027d2d0
commit 13222f94c0
2 changed files with 1 additions and 6 deletions

View file

@ -109,8 +109,7 @@ enum class SurfaceType {
ColorTexture = 0,
Depth = 1,
DepthStencil = 2,
Fill = 3,
Invalid = 4,
Invalid = 3,
};
enum class SurfaceTarget {