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/vec4.hh

    r471 r534  
    2727                        typedef tvec4<T> type;
    2828                        typedef T value_type;
    29                         static constexpr size_t SIZE = 4;
     29                        static constexpr uint32 SIZE = 4;
    3030
    3131                        union
     
    3636                        };
    3737
    38                         typedef size_t size_type;
     38                        typedef uint32 size_type;
    3939                        inline constexpr size_type size() const { return 4; }
    4040
Note: See TracChangeset for help on using the changeset viewer.