79675916

Date: 2025-06-23 09:14:39
Score: 1.5
Natty:
Report link

glDrawArrays 's second parameter is the number of indices. Thus the correct call here is:

glDrawArrays(GL_TRIANGLE_FAN, 0, 4);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: mltm