Ignore:
Timestamp:
01/26/16 18:59:46 (9 years ago)
Author:
epyon
Message:
  • massive update (need to start doing atomics again) :/
File:
1 edited

Legend:

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

    r484 r485  
    211211                virtual int get_attribute_location( program p, const string_view& name, bool fatal = true ) const = 0;
    212212                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;
    214214
    215215                template < typename T >
Note: See TracChangeset for help on using the changeset viewer.