Edit

kc3-lang/SDL/test

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2022-01-24 22:32:58
    Hash : ca22b30e
    Message : testgles2: Use vertex buffer objects instead of client-side arrays. GLES2 always has them, and they work without hacks on Emscripten, unlike client-side arrays. I cleaned it up slightly, but this patch was mostly written by @bing2008. Fixes #5258.