Custom specialized classes from yaml-cpp to specialize to take in a glm::vec4 specifically. More...
#include <types.hpp>
Static Public Member Functions | |
| static Node | encode (const glm::vec4 &rhs) |
| static bool | decode (const Node &node, glm::vec4 &rhs) |
Custom specialized classes from yaml-cpp to specialize to take in a glm::vec4 specifically.
Specialization is used for converting glm::vec4 to yaml-cpp syntax when saving glm::vec4 data to disk