glScissor coordinates and glViewport

Started by
0 comments, last by Brother Bob 14 years, 2 months ago
Does glScissor coordinates depend on the frame buffer currently drawn, or does it depend on glViewport values? That is, will shifting glViewport values move the scissor relative to the frame buffer?
Advertisement
No, both are specified in absolute window coordinates and are independent of each other.

This topic is closed to new replies.

Advertisement