You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try drawing more than one triangle with gsKit_prim_triangle_3d, the previous triangle gets corrupted because gsKit_heap_alloc only allocates 48 bytes, while the gsKit_prim_triangle_3d code tries to write 56 bytes to the pointer.