From e620e3a149155878a449dcf13e82b4704d2bcb5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 20 Feb 2022 20:52:22 +0100 Subject: [PATCH] add todo comment --- src/vkvg_context_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3