GPU: Intercept writes to the VERTEX_END_GL register.
This is the register that gets written after a game calls DrawArrays(). We should collect all GPU state and draw using our graphics API here.
Loading
Please sign in to comment
This is the register that gets written after a game calls DrawArrays(). We should collect all GPU state and draw using our graphics API here.