X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=vg_tex.h;h=f570b11684fe367af76f8819dec2501050b5e307;hb=023a4d9f534bbdfc2ff4d85df93c19a29ea4d724;hp=dcc297ad2b13e4fbb3a9c3c41414d48db8e7d0d5;hpb=f54d25963e8f226982f6b269cb8c031d87014bc7;p=vg.git 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();