MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / UpdateScissor

Method UpdateScissor

pcsx2/GS/GSState.cpp:3787–3791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

ResetMethod · 0.45
GIFRegHandlerXYOFFSETMethod · 0.45
GIFRegHandlerSCISSORMethod · 0.45
FlushPrimMethod · 0.45
DefrostMethod · 0.45
CleanupDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected