Font working

This commit is contained in:
2022-10-24 22:28:53 -07:00
parent 98760ae494
commit eea8f5f693
15 changed files with 132 additions and 32 deletions

View File

@ -26,7 +26,7 @@ namespace Dawn {
std::map<shaderparameter_t, bool_t> boolValues;
std::map<shaderparameter_t, glm::mat4> matrixValues;
std::map<shaderparameter_t, glm::vec3> vec3Values;
std::map<shaderparameter_t, std::shared_ptr<Texture>> textureValues;
std::map<shaderparameter_t, Texture*> textureValues;
/**
* Material component constructor.