30#include <score_plugin_gfx_export.h>
32#include <QtGui/private/qrhi_p.h>
34namespace score::gfx::interop
43SCORE_PLUGIN_GFX_EXPORT
45planeTextureFormat(VideoPixelFormat f,
int plane)
noexcept;
50SCORE_PLUGIN_GFX_EXPORT
51uint32_t planeTextureWidth(VideoPixelFormat f,
int plane, uint32_t width)
noexcept;
54SCORE_PLUGIN_GFX_EXPORT
55uint32_t planeTextureHeight(VideoPixelFormat f,
int plane, uint32_t height)
noexcept;
61SCORE_PLUGIN_GFX_EXPORT