SpiecsEngine
Loading...
Searching...
No Matches
TypeReflect.cpp
Go to the documentation of this file.
1
#
include
"Pchheader.h"
2
#
include
"TypeReflect.h"
3
4
namespace
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
}
Spices
Definition
EntryPoint.cpp:4
SpicesEngine
src
Core
Reflect
TypeReflect.cpp
Generated on Sun Mar 8 2026 10:23:19 for SpiecsEngine by
1.10.0