MCQs > IT & Programming > OpenGL > What will be drawn by the following code?

OpenGL MCQs

What will be drawn by the following code?

    glBegin (GL_QUADS);

    glVertex2i (1, 0);

    glVertex2i (1, 1);

    glVertex2i (-1, 0);

    glEnd ();

Answer

Correct Answer:

This code is invalid 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

OpenGL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

OpenGL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it