Ignore:
Timestamp:
01/12/17 14:41:17 (8 years ago)
Author:
epyon
Message:

CONTINUED:

  • getting rid of size_t
  • datatypes now restricted to uint32 size
  • 64-bit compatibility
  • copyright updates where modified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/stl/math/mat4.hh

    r471 r534  
    2828                        typedef tvec4<T> row_type;
    2929                        typedef tmat4<T> this_type;
    30                         typedef size_t   size_type;
     30                        typedef uint32   size_type;
    3131                        typedef T        value_type;
    3232
Note: See TracChangeset for help on using the changeset viewer.