Changeset 485 for trunk/nv/interface/device.hh
- Timestamp:
- 01/26/16 18:59:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/interface/device.hh
r484 r485 211 211 virtual int get_attribute_location( program p, const string_view& name, bool fatal = true ) const = 0; 212 212 virtual int get_block_location( program p, const string_view& name, bool fatal = true ) const = 0; 213 213 virtual bool bind_block( program p, const string_view& name, uint32 index ) = 0; 214 214 215 215 template < typename T >
Note: See TracChangeset
for help on using the changeset viewer.