summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/texturehandleprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/texturehandleprovider.h')
-rw-r--r--src/osd/modules/render/bgfx/texturehandleprovider.h1
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 b4b3f561d44..03387040d7c 100644
--- a/src/osd/modules/render/bgfx/texturehandleprovider.h
+++ b/src/osd/modules/render/bgfx/texturehandleprovider.h
@@ -25,6 +25,7 @@ public:
virtual uint16_t width() const = 0;
virtual uint16_t height() const = 0;
virtual uint16_t rowpixels() const = 0;
+ virtual int convert_stride() const = 0;
};
#endif // __DRAWBGFX_TEXTURE_HANDLE_PROVIDER__