Flesh out DqnReflect_StructMember to support metadata

This commit is contained in:
2019-02-23 02:25:19 +11:00
parent e5e699c05f
commit dc73407721
2 changed files with 67 additions and 12 deletions
+11
View File
@@ -13,6 +13,17 @@ DQN_REFLECT enum struct OpenGLShader
#define MAXIMUM_MACRO(a, b) (a > b) ? (a) : (b)
#endif
struct V3
{
float test;
};
struct V4
{
float test;
};
DQN_REFLECT struct OpenGLState
{
// #if 0