| 3785 | } |
| 3786 | |
| 3787 | void GSState::UpdateScissor() |
| 3788 | { |
| 3789 | m_xyof = m_context->scissor.xyof; |
| 3790 | m_scissor_invalid = m_context->scissor.in.rempty(); |
| 3791 | } |
| 3792 | |
| 3793 | void GSState::UpdateVertexKick() |
| 3794 | { |
no outgoing calls
no test coverage detected