Pica/VertexShader: Fix a bug caused due to incorrect assumptions of...
Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. We now write create a temporary buffer for output registers and copy all of them to the actual output vertex structure after the shader has run. This is technically not necessary, but it's easier to vectorize in the future.
Please register or sign in to comment