Clutter Engine 0.0.1
Loading...
Searching...
No Matches
GLM_GTX_string_cast

Functions

template<typename genType >
GLM_FUNC_DECL std::string glm::to_string (genType const &x)
 

Detailed Description

Include <glm/gtx/string_cast.hpp> to use the features of this extension.

Setup strings for GLM type values

This extension is not supported with CUDA

Function Documentation

◆ to_string()

template<typename genType >
GLM_FUNC_DECL std::string glm::to_string ( genType const & x)

Create a string from a GLM vector or matrix typed variable.

See also
GLM_GTX_string_cast extension.