From: Jean-Philippe Bruyère Date: Sun, 20 Feb 2022 19:52:22 +0000 (+0100) Subject: add todo comment X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e620e3a149155878a449dcf13e82b4704d2bcb5a;p=jp%2Fvkvg.git add todo comment --- diff --git a/src/vkvg_context_internal.c b/src/vkvg_context_internal.c index c526db8..0d84132 100644 --- a/src/vkvg_context_internal.c +++ b/src/vkvg_context_internal.c @@ -1916,7 +1916,7 @@ void _draw_full_screen_quad (VkvgContext ctx, bool useScissor) { } } - uint32_t firstVertIdx = ctx->vertCount; + uint32_t firstVertIdx = ctx->vertCount;//TODO:vxCache size is tested 3 times, must be optimized with only one check. _add_vertexf (ctx, -1, -1); _add_vertexf (ctx, 3, -1); _add_vertexf (ctx, -1, 3);