ES-DE/util/autoexp.txt
Leon Styhre 0116f4b65d Squashed 'external/glm/' content from commit bf71a8349
git-subtree-dir: external/glm
git-subtree-split: bf71a834948186f4097caa076cd2663c69a10e1e
2021-08-13 15:26:10 +02:00

29 lines
434 B
Plaintext

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