/s/KRVector2/Vector2/

This commit is contained in:
Kearwood Kip Gilbert
2017-07-29 01:20:07 -07:00
parent 18b74bcbe4
commit 8cf3c742e3
30 changed files with 565 additions and 896 deletions

View File

@@ -17,7 +17,7 @@ float const PI = 3.141592653589793f;
float const D2R = PI * 2 / 360;
namespace kraken {
void SetUniform(GLint location, const KRVector2 &v);
void SetUniform(GLint location, const Vector2 &v);
void SetUniform(GLint location, const KRVector3 &v);
void SetUniform(GLint location, const KRVector4 &v);
void SetUniform(GLint location, const KRMat4 &v);