Closed asumagic closed 3 years ago
might be due to the std::sort of batches. replaced it to std::stable_sort for 3490-render2d-v3, we will see if that fixes things
std::sort
std::stable_sort
3490-render2d-v3
might be due to the
std::sort
of batches. replaced it tostd::stable_sort
for3490-render2d-v3
, we will see if that fixes things