cmake <...> -DGLEW_INCLUDE_DIR=C:/msys64/mingw64/include/GL -DGLEW_LIBRARIES=C:/msys64/mingw64/lib/libglew32.dll.a
RenderGeometry()
is called sometimes without a CompileGeometry()
being called before for that geometry. reading the documentation it seems like this should not happen, am i missing something?
CompileGeometry()
yet RenderGeometry()
is called