X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_tex.h;h=f570b11684fe367af76f8819dec2501050b5e307;hp=dcc297ad2b13e4fbb3a9c3c41414d48db8e7d0d5;hb=71cdc299d260abd83eec20748578805509d5468f;hpb=fd8875baf8264b20731fb1bffaba4e1393beb189 diff --git a/vg_tex.h b/vg_tex.h index dcc297a..f570b11 100644 --- a/vg_tex.h +++ b/vg_tex.h @@ -134,6 +134,9 @@ VG_STATIC void vg_tex2d_qoi( void *mem, u32 size, const char *name ) } } +/* + * TODO: This blocks while we read from file + */ VG_STATIC GLuint vg_tex2d_rgba( const char *path ) { GLuint texture_name = vg_tex2d_new();