Edit

kc3-lang/SDL/src/render/software

Branch :

  • Show log

    Commit

  • Author : Sylvain
    Date : 2021-10-24 17:16:49
    Hash : 502e9c3b
    Message : SDL_Renderer simplifications: - Factorize PrepQueueCmdDraw{,DrawTexture,Solid) into one single function - Change SDL_Texture/Renderer r,g,b,a Uint8 into an SDL_Color, so that it can be passed directly to RenderGeometry - Don't automatically queue a SET_DRAW_COLOR cmd for RenderGeometry (and update GLES2 renderer)