What happens in immediate mode?
1.OpenGL enters into an interactive mode with the user.
2. Primitives can be redrawn from display lists. Hence, no information is lost.
3.Once drawn, primitive information is lost. To redraw, the primitives are drawn by reexecuting the display function.
4.All commands are given the highest priority for execution.
Posted Date:-2022-05-02 21:26:50