This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
trying new helpers
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
9 years ago
parent
a8c3a80eb1
commit
52d531166b
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
src/lol/base/types.h
+ 7
- 0
src/lol/base/types.h
View File
@@ -92,6 +92,13 @@ _T(dualquat_t<, >, dualquat)
#undef _C
#undef _T
/*
* Practical useage typedefs
*/
typedef vec4 color;
typedef vec2 spheric2;
typedef vec3 spheric3;
/*
* HLSL/Cg-compliant type names
*/
Write
Preview
Loading…
Cancel
Save