Add: [OpenGL] Support for 8bpp blitters.
This commit is contained in:
@@ -98,6 +98,15 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Has this video driver an efficient code path for palette animated 8-bpp sprites?
|
||||
* @return True if the driver has an efficient code path for 8-bpp.
|
||||
*/
|
||||
virtual bool HasEfficient8Bpp() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* An edit box lost the input focus. Abort character compositing if necessary.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user