Fix rebase errors

This commit is contained in:
Fernando Sahmkow 2019-05-21 12:48:28 -04:00 committed by ReinUsesLisp
parent bdf9faab33
commit ea1525dab1
3 changed files with 13 additions and 3 deletions

View file

@ -167,6 +167,10 @@ public:
return VideoCore::Surface::GetFormatCompressionType(pixel_format);
}
bool IsBuffer() const {
return target == VideoCore::Surface::SurfaceTarget::TextureBuffer;
}
std::string TargetName() const;
bool is_tiled;