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
When I try to compile (using the makefile), I get this error:
src/commandbuffer.cpp:36:16: error: out-of-line declaration of a member must be a definition [-Wout-of-line-declaration]
CommandBuffer::CommandBuffer(Device &device, Program &program, Arguments &arguments);
~~~~~~~~~~~~~~~^
The text was updated successfully, but these errors were encountered:
When I try to compile (using the makefile), I get this error:
The text was updated successfully, but these errors were encountered: