add convenience method to Window class for OSD messages

This commit is contained in:
Arisotura
2023-12-25 16:34:29 +01:00
parent 6a1232b9a9
commit 80c6dd524b
3 changed files with 86 additions and 19 deletions

View File

@ -69,7 +69,7 @@ QMutex Rendering;
bool Init(bool openGL)
{
{printf("%d\n", sizeof(Item));
if (openGL)
{
OpenGL::BuildShaderProgram(kScreenVS_OSD, kScreenFS_OSD, Shader, "OSDShader");