revolver

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

util_tex_load.h (312B)


      1 //////////////////////////////////////////////////////////////////
      2 // util_tex_load.h
      3 
      4 RV_GLOBAL rv_texture_t* rv_tex_load_from_file(rv_arena* arena, rv_str8 filename, bool32 vertical_flip_on_load);
      5 RV_GLOBAL rv_texture_t* rv_tex_load_from_memory(rv_arena* areana, rv_str8 memory, bool32 vertical_flip_on_load);