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/nv/interface/device.hh

    r412 r438  
    182182                virtual const texture_info* get_texture_info( texture ) const = 0;
    183183                virtual const buffer_info* get_buffer_info( buffer ) const = 0;
    184                 virtual const std::string& get_shader_header() const = 0;
     184                virtual string_view get_shader_header() const = 0;
    185185
    186186                virtual texture create_texture( image_data* data, sampler asampler )
Note: See TracChangeset for help on using the changeset viewer.