Changeset 534 for trunk/nv/stl/math/vec4.hh
- Timestamp:
- 01/12/17 14:41:17 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/stl/math/vec4.hh
r471 r534 27 27 typedef tvec4<T> type; 28 28 typedef T value_type; 29 static constexpr size_tSIZE = 4;29 static constexpr uint32 SIZE = 4; 30 30 31 31 union … … 36 36 }; 37 37 38 typedef size_tsize_type;38 typedef uint32 size_type; 39 39 inline constexpr size_type size() const { return 4; } 40 40
Note: See TracChangeset
for help on using the changeset viewer.