FlukyEngine
Functions
GLM_GTC_type_ptr

Include <glm/gtc/type_ptr.hpp> to use the features of this extension. More...

Collaboration diagram for GLM_GTC_type_ptr:

Functions

template<typename genType >
GLM_FUNC_DECL genType::value_type const * glm::value_ptr (genType const &v)
 Return the constant address to the data of the input parameter. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 1, T, Q > glm::make_vec1 (vec< 1, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 1, T, Q > glm::make_vec1 (vec< 2, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 1, T, Q > glm::make_vec1 (vec< 3, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 1, T, Q > glm::make_vec1 (vec< 4, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 2, T, Q > glm::make_vec2 (vec< 1, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 2, T, Q > glm::make_vec2 (vec< 2, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 2, T, Q > glm::make_vec2 (vec< 3, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 2, T, Q > glm::make_vec2 (vec< 4, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 3, T, Q > glm::make_vec3 (vec< 1, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 3, T, Q > glm::make_vec3 (vec< 2, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 3, T, Q > glm::make_vec3 (vec< 3, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 3, T, Q > glm::make_vec3 (vec< 4, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 4, T, Q > glm::make_vec4 (vec< 1, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 4, T, Q > glm::make_vec4 (vec< 2, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 4, T, Q > glm::make_vec4 (vec< 3, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL vec< 4, T, Q > glm::make_vec4 (vec< 4, T, Q > const &v)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL vec< 2, T, defaultp > glm::make_vec2 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL vec< 3, T, defaultp > glm::make_vec3 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL vec< 4, T, defaultp > glm::make_vec4 (T const *const ptr)
 Build a vector from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 2, 2, T, defaultp > glm::make_mat2x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 2, 3, T, defaultp > glm::make_mat2x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 2, 4, T, defaultp > glm::make_mat2x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 3, 2, T, defaultp > glm::make_mat3x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 3, 3, T, defaultp > glm::make_mat3x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 3, 4, T, defaultp > glm::make_mat3x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 4, 2, T, defaultp > glm::make_mat4x2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 4, 3, T, defaultp > glm::make_mat4x3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 4, 4, T, defaultp > glm::make_mat4x4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 2, 2, T, defaultp > glm::make_mat2 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 3, 3, T, defaultp > glm::make_mat3 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL mat< 4, 4, T, defaultp > glm::make_mat4 (T const *const ptr)
 Build a matrix from a pointer. More...
 
template<typename T >
GLM_FUNC_DECL qua< T, defaultp > glm::make_quat (T const *const ptr)
 Build a quaternion from a pointer. More...
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (vec< 2, T, Q > const &v)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (vec< 2, T, Q > &v)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (vec< 3, T, Q > const &v)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (vec< 3, T, Q > &v)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (vec< 4, T, Q > const &v)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (vec< 4, T, Q > &v)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 2, 2, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 2, 2, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 3, 3, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 3, 3, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 4, 4, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 4, 4, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 2, 3, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 2, 3, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 3, 2, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 3, 2, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 2, 4, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 2, 4, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 4, 2, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 4, 2, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 3, 4, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 3, 4, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (mat< 4, 3, T, Q > const &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (mat< 4, 3, T, Q > &m)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T const * glm::value_ptr (qua< T, Q > const &q)
 
template<typename T , qualifier Q>
GLM_FUNC_QUALIFIER T * glm::value_ptr (qua< T, Q > &q)
 

Detailed Description

Include <glm/gtc/type_ptr.hpp> to use the features of this extension.

Handles the interaction between pointers and vector, matrix types.

This extension defines an overloaded function, glm::value_ptr. It returns a pointer to the memory layout of the object. Matrix types store their values in column-major order.

This is useful for uploading data to matrices or copying data to buffer objects.

Example:

#include <glm/glm.hpp>
glm::vec3 aVector(3);
glm::mat4 someMatrix(1.0);
glUniform3fv(uniformLoc, 1, glm::value_ptr(aVector));
glUniformMatrix4fv(uniformMatrixLoc, 1, GL_FALSE, glm::value_ptr(someMatrix));

<glm/gtc/type_ptr.hpp> need to be included to use the features of this extension.

Function Documentation

◆ make_mat2()

template<typename T >
GLM_FUNC_DECL mat<2, 2, T, defaultp> glm::make_mat2 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat2x2()

template<typename T >
GLM_FUNC_DECL mat<2, 2, T, defaultp> glm::make_mat2x2 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat2x3()

template<typename T >
GLM_FUNC_DECL mat<2, 3, T, defaultp> glm::make_mat2x3 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat2x4()

template<typename T >
GLM_FUNC_DECL mat<2, 4, T, defaultp> glm::make_mat2x4 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat3()

template<typename T >
GLM_FUNC_DECL mat<3, 3, T, defaultp> glm::make_mat3 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat3x2()

template<typename T >
GLM_FUNC_DECL mat<3, 2, T, defaultp> glm::make_mat3x2 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat3x3()

template<typename T >
GLM_FUNC_DECL mat<3, 3, T, defaultp> glm::make_mat3x3 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat3x4()

template<typename T >
GLM_FUNC_DECL mat<3, 4, T, defaultp> glm::make_mat3x4 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat4()

template<typename T >
GLM_FUNC_DECL mat<4, 4, T, defaultp> glm::make_mat4 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat4x2()

template<typename T >
GLM_FUNC_DECL mat<4, 2, T, defaultp> glm::make_mat4x2 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat4x3()

template<typename T >
GLM_FUNC_DECL mat<4, 3, T, defaultp> glm::make_mat4x3 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_mat4x4()

template<typename T >
GLM_FUNC_DECL mat<4, 4, T, defaultp> glm::make_mat4x4 ( T const *const  ptr)

Build a matrix from a pointer.

See also
GLM_GTC_type_ptr

◆ make_quat()

template<typename T >
GLM_FUNC_DECL qua<T, defaultp> glm::make_quat ( T const *const  ptr)

Build a quaternion from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec1() [1/4]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<1, T, Q> glm::make_vec1 ( vec< 1, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec1() [2/4]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<1, T, Q> glm::make_vec1 ( vec< 2, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec1() [3/4]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<1, T, Q> glm::make_vec1 ( vec< 3, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec1() [4/4]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<1, T, Q> glm::make_vec1 ( vec< 4, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec2() [1/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<2, T, Q> glm::make_vec2 ( vec< 1, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec2() [2/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<2, T, Q> glm::make_vec2 ( vec< 2, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec2() [3/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<2, T, Q> glm::make_vec2 ( vec< 3, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec2() [4/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<2, T, Q> glm::make_vec2 ( vec< 4, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec2() [5/5]

template<typename T >
GLM_FUNC_DECL vec<2, T, defaultp> glm::make_vec2 ( T const *const  ptr)

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec3() [1/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<3, T, Q> glm::make_vec3 ( vec< 1, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec3() [2/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<3, T, Q> glm::make_vec3 ( vec< 2, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec3() [3/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<3, T, Q> glm::make_vec3 ( vec< 3, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec3() [4/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<3, T, Q> glm::make_vec3 ( vec< 4, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec3() [5/5]

template<typename T >
GLM_FUNC_DECL vec<3, T, defaultp> glm::make_vec3 ( T const *const  ptr)

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec4() [1/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<4, T, Q> glm::make_vec4 ( vec< 1, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec4() [2/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<4, T, Q> glm::make_vec4 ( vec< 2, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec4() [3/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<4, T, Q> glm::make_vec4 ( vec< 3, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec4() [4/5]

template<typename T , qualifier Q>
GLM_FUNC_DECL vec<4, T, Q> glm::make_vec4 ( vec< 4, T, Q > const &  v)
inline

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ make_vec4() [5/5]

template<typename T >
GLM_FUNC_DECL vec<4, T, defaultp> glm::make_vec4 ( T const *const  ptr)

Build a vector from a pointer.

See also
GLM_GTC_type_ptr

◆ value_ptr()

template<typename genType >
GLM_FUNC_DECL genType::value_type const* glm::value_ptr ( genType const &  v)

Return the constant address to the data of the input parameter.

See also
GLM_GTC_type_ptr