1 2 3 4 5 6 7 8
#ifndef SERIALIZE_REFLECTION_H_ #define SERIALIZE_REFLECTION_H_ #include "hlslcc.h" const char* SerializeReflection(ShaderInfo* psReflection); #endif