Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write more viewport and scissor tests #224

Open
greggman opened this issue Mar 14, 2013 · 0 comments
Open

Write more viewport and scissor tests #224

greggman opened this issue Mar 14, 2013 · 0 comments
Assignees

Comments

@greggman
Copy link
Contributor

I need to write more scissor and viewport tests.

Specifically,

  • that neither scissor nor viewport change when anything about the current
    framebuffer changes in including adding/removeing attachments, deleting
    attachments, changing the size of attachments, changing which fbo
    is bound. Some of these tests exist.
  • that scissor can be anything that is not a negative width or negative height.
    In other words
scissor(-100000, -20000, 300000, 400000)

is valid

  • That viewport can be set larger than the current backbuffer / fbo and that larger
    setting correctly effects rendering.
@ghost ghost assigned greggman Mar 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant