Added autoexp files for Visual Studio debugging

This commit is contained in:
Christophe Riccio 2010-10-04 14:46:24 +01:00
parent 54ac116806
commit 8c6578d3a6
2 changed files with 3924 additions and 0 deletions

28
util/autoexp.txt Normal file
View File

@ -0,0 +1,28 @@
[Visualizer]
glm::detail::tvec2<*>{
preview (
#(#($c.x,$c.y))
)
children (
#([x]: $c.x,[y]: $c.y)
)
}
glm::detail::tvec3<*>{
preview (
#($e.x,$e.y,$e.z)
)
children (
#([x]: $e.x,[y]: $e.y,[z]: $e.z)
)
}
glm::detail::tvec4<*>{
preview (
#($c.x,$c.y,$c.z,$c.w)
)
children (
#([x]: $e.x,[y]: $e.y,[z]: $e.z, #([w]: $e.w))
)
}

3896
util/autoexp.vc2010.dat Normal file

File diff suppressed because it is too large Load Diff