Fix rebase errors
This commit is contained in:
parent
bdf9faab33
commit
ea1525dab1
3 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue