You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rexbu I have successfully compiled files under libGPU/bs to generate library of libbs.
However, when I tried to compile files under libGPU/filter, it shown that some files rely on libGPU/base, so I tried to compile files under libGPU/base, it just failed by undefined reference to 'vtable for GPUContext' in GPUContext.cpp file. I noticed that virtual member func createContext/ ~GPUContext() / swapBuffer(void* surface=NULL) of class GPUContext do not implemented in corresponding cpp file, does that right ? Hope for your reply
The text was updated successfully, but these errors were encountered:
@rexbu I have successfully compiled files under libGPU/bs to generate library of libbs.
However, when I tried to compile files under libGPU/filter, it shown that some files rely on libGPU/base, so I tried to compile files under libGPU/base, it just failed by undefined reference to 'vtable for GPUContext' in GPUContext.cpp file. I noticed that virtual member func createContext/ ~GPUContext() / swapBuffer(void* surface=NULL) of class GPUContext do not implemented in corresponding cpp file, does that right ? Hope for your reply
The text was updated successfully, but these errors were encountered: