79437045

Date: 2025-02-13 16:36:39
Score: 1.5
Natty:
Report link

fix is following - add m_shaderProgram.bind() in paintGL:

    void GLWidget::paintGL()
{
    m_shaderProgram.bind();
...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Velutis