SpiecsEngine
 
Loading...
Searching...
No Matches
TypeReflect.cpp
Go to the documentation of this file.
1#include "Pchheader.h"
2#include "TypeReflect.h"
3
4namespace Spices {
5
6 /*size_t StrType2Size(const std::string& type)
7 {
8 if (type == "float4") return sizeof(glm::vec4);
9 else if(type == "float3") return sizeof(glm::vec4);
10 else if(type == "float2") return sizeof(glm::vec2);
11 else if(type == "float" ) return sizeof(float);
12 }*/
13}