Add DqnReflect, deprecate old library

They're horrible. I'm able to write better versions now.
This commit is contained in:
2019-02-21 00:22:21 +11:00
parent a38d7a7cb7
commit 28a1fe8b24
22 changed files with 1866 additions and 13761 deletions
+6
View File
@@ -0,0 +1,6 @@
DQN_REFLECT enum struct OpenGLShader
{
Invalid,
Rect DQN_REFLECT_META(VertexShaderFilePath = "Rect.vert", FragmentShaderFilePath = "Rect.frag"),
Text DQN_REFLECT_META(VertexShaderFilePath = "Text.vert", FragmentShaderFilePath = "Text.frag"),
};