Opts.txt 633 B

12345678910
  1. Make sure to also update TextSprite and ImageSprite and anything else in UpdateMesh, then don't forget to find the issue that causes elements to get marked as dirty every single frame
  2. There are many allocations in CPUProfiler (especially report generation), and they aren't counted anywhere since they use
  3. a special allocator. - Add this as a Low priority task
  4. --------------------
  5. When optimizing UpdateLayout make sure to mark elements that are fully culled as Culled
  6. - But in order to determine that I first need to update the sprite to find out the elements bounds which defeats the point
  7. - TODO - FIgure this out