TheAtlasEngine
 
Loading...
Searching...
No Matches
YAML::convert< glm::vec4 > Struct Reference

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)
 

Detailed Description

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


The documentation for this struct was generated from the following file: