Fixed glm.natvis, issue #82

This commit is contained in:
Christophe Riccio 2013-05-16 13:49:54 +00:00
parent 86a5825fee
commit bc9aaa4033
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,7 @@ GLM 0.9.4.4: 2013-0X-XX
--------------------------------------------------------------------------------
- Fixed slerp when costheta is close to 1
- Fixed mat4x2 value_type constructor
- Fixed glm.natvis for Visual C++ 12 #82
================================================================================
GLM 0.9.4.3: 2013-03-20

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- GLM visualizers for Visual Studio 2012 -->
<!-- Put them into My Documents/Visual Studio 2012/Visualizers/ -->
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="glm::detail::tvec2&lt;*&gt;">
<DisplayString>({x}, {y})</DisplayString>