Ignore:
Timestamp:
06/08/16 20:14:43 (9 years ago)
Author:
epyon
Message:
  • massive particle_engine updates
  • more image data types
  • texture layers for framebuffers
File:
1 edited

Legend:

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

    r487 r500  
    7575                        }
    7676                }
    77 
     77               
    7878                void set_value( const T* value, uint32 count )
    7979                {
     
    8383                }
    8484
    85                 const T* get_value() const { return m_value; }
     85                const T* get_value() const
     86                {
     87                        return m_value;
     88                }
    8689                virtual ~uniform()
    8790                {
Note: See TracChangeset for help on using the changeset viewer.