Add DqnReflect, deprecate old library
They're horrible. I'm able to write better versions now.
This commit is contained in:
@@ -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"),
|
||||
};
|
||||
Reference in New Issue
Block a user