/s/KRVector4/Vector4/g
/s/KRFloat/Scalar/g
This commit is contained in:
@@ -19,7 +19,7 @@ float const D2R = PI * 2 / 360;
|
||||
namespace kraken {
|
||||
void SetUniform(GLint location, const Vector2 &v);
|
||||
void SetUniform(GLint location, const Vector3 &v);
|
||||
void SetUniform(GLint location, const KRVector4 &v);
|
||||
void SetUniform(GLint location, const Vector4 &v);
|
||||
void SetUniform(GLint location, const KRMat4 &v);
|
||||
|
||||
void setXMLAttribute(const std::string &base_name, ::tinyxml2::XMLElement *e, const Vector3 &value, const Vector3 &default_value);
|
||||
|
||||
Reference in New Issue
Block a user