Closed Hinara closed 2 years ago
I can't get this to compile (windows, vs2022) due to line 61 in Material.cpp:
// Defined in Shader.cpp extern uint32 shaderStageMap[];
just adding const to that doesn't solve it so I'll have to look into it more or just move some things around
Shoud be good now, does it work under windows ?
yes that seems to have done it, lgtm
I can't get this to compile (windows, vs2022) due to line 61 in Material.cpp:
just adding const to that doesn't solve it so I'll have to look into it more or just move some things around