Added autoexp files for Visual Studio debugging

master
Christophe Riccio ago%!(EXTRA string=15 years)
parent 54ac116806
commit 8c6578d3a6
  1. 28
      util/autoexp.txt
  2. 3896
      util/autoexp.vc2010.dat

@ -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))
)
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save