Changeset 39 for trunk


Ignore:
Timestamp:
05/28/13 01:19:59 (12 years ago)
Author:
epyon
Message:
  • device interface updated - removed geometry shader
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/interface/device.hh

    r32 r39  
    2525        public:
    2626                virtual window* create_window( uint16 width, uint16 height ) = 0;
    27                 virtual program* create_program( const string& vs_source, const string& fs_source, const string& gs_source = "" ) = 0;
     27                virtual program* create_program( const string& vs_source, const string& fs_source ) = 0;
    2828        };
    2929
Note: See TracChangeset for help on using the changeset viewer.