Ignore:
Timestamp:
07/23/15 17:29:49 (10 years ago)
Author:
epyon
Message:
  • massive amount of std::string removal
  • removed slurp, use filesystem::slurp instead
  • lua_values const_string support
  • several bugfixes
  • program_manager and shader loading without std::string/std::stream
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_enum.cc

    r395 r438  
    354354}
    355355
    356 std::string nv::datatype_to_glsl_type( datatype type )
     356string_view nv::datatype_to_glsl_type( datatype type )
    357357{
    358358        switch( type )
Note: See TracChangeset for help on using the changeset viewer.