mirror of
https://github.com/g-truc/glm.git
synced 2024-11-09 20:21:47 +00:00
Added autoexp files for Visual Studio debugging
This commit is contained in:
parent
54ac116806
commit
8c6578d3a6
28
util/autoexp.txt
Normal file
28
util/autoexp.txt
Normal 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
3896
util/autoexp.vc2010.dat
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user