This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mali Graphics Debugger, how  can  i  reduce vertex number?

hi  everyone:

   

     i  use  Mali Graphics Debugger  to analyse an android app

     i  found that the number  of vertex is higher than other  game

     how  can  i  reduce vertex number?

   

Parents
  • Hi Zhong,

    ~1500 verts is really nothing for a full frame, so I wouldn't even worry about reducing the number of verts in your application. If you've losing perf somewhere that would be the last place I'd look. Is all your rendering done to the window surface or do you use any FBOs?

    That said, your verts come from your assets, so if you want to use less verts that's what you need to modify.

    Thanks,

    Chris

Reply
  • Hi Zhong,

    ~1500 verts is really nothing for a full frame, so I wouldn't even worry about reducing the number of verts in your application. If you've losing perf somewhere that would be the last place I'd look. Is all your rendering done to the window surface or do you use any FBOs?

    That said, your verts come from your assets, so if you want to use less verts that's what you need to modify.

    Thanks,

    Chris

Children