![]() |
how can i sort the gl draw element or array - Printable Version +- forums.PPSSPP.org (https://forums.ppsspp.org) +-- Forum: PPSSPP - Playstation Portable Simulator Suitable for Playing Portably (/forumdisplay.php?fid=1) +--- Forum: Development (/forumdisplay.php?fid=3) +--- Thread: how can i sort the gl draw element or array (/showthread.php?tid=4365) |
how can i sort the gl draw element or array - openglhk - 06-27-2013 03:34 PM Is it possible to drop the buffer or sort the gl draw call? RE: how can i sort the gl draw element or array - Henrik - 06-28-2013 07:16 PM Why would you want to sort the draw calls, and in what order? RE: how can i sort the gl draw element or array - openglhk - 06-29-2013 03:26 AM (06-28-2013 07:16 PM)Henrik Wrote: Why would you want to sort the draw calls, and in what order?Hi, i would like to do a performance testing. If i drop some glDrawElements, how much fps should I get? The same fps or slight increase? i would like to know.... ![]() RE: how can i sort the gl draw element or array - Henrik - 06-29-2013 04:50 PM If you drop some drawelements, you'll lose graphics... RE: how can i sort the gl draw element or array - openglhk - 06-30-2013 02:49 PM Hi Henrik...i have anohter question... Is that Buffered rendering will sort and group all glDrawElements? |