quality_profile;
float loader_ring;
+ GLuint tex_missing;
}
static vg = { .time_rate = 1.0 };
const char *vg_get_basepath(void){
vg_preload();
/* internal */
+ vg_tex2d_replace_with_error( &vg.tex_missing );
vg_loader_step( vg_input_init, vg_input_free );
vg_loader_step( vg_lines_init, NULL );
#ifndef VG_NO_AUDIO
{
k_compiler_clang,
k_compiler_gcc,
- k_compiler_mingw
+ k_compiler_mingw,
+ k_compiler_none
}
compiler;
const char *vg_compiler_str(void)
{
- return (const char *[]){ "clang", "gcc", "i686-w64-mingw32-gcc" }
+ return (const char *[]){ "clang", "gcc", "i686-w64-mingw32-gcc", "none" }
[vg_compiler.compiler];
}