diff options
Diffstat (limited to 'src/osd/modules/render/bgfx/texturehandleprovider.h')
-rw-r--r-- | src/osd/modules/render/bgfx/texturehandleprovider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/render/bgfx/texturehandleprovider.h b/src/osd/modules/render/bgfx/texturehandleprovider.h index 5620e54974e..b4b3f561d44 100644 --- a/src/osd/modules/render/bgfx/texturehandleprovider.h +++ b/src/osd/modules/render/bgfx/texturehandleprovider.h @@ -24,6 +24,7 @@ public: virtual bool is_target() const = 0; virtual uint16_t width() const = 0; virtual uint16_t height() const = 0; + virtual uint16_t rowpixels() const = 0; }; #endif // __DRAWBGFX_TEXTURE_HANDLE_PROVIDER__ |