我嘗試編譯這個小example,我有這個錯誤執行廠名:鏈接計算着色器
g++ -o ogl_cs_example main.cpp opengl_cs.cpp opengl_util.cpp -Wall -Iinclude -lX11 -lGL -lGLU
/tmp/ccFLIOt2.o: In function `updateTex(int)':
main.cpp:(.text+0xc6): undefined reference to `glDispatchCompute'
/tmp/ccQ8pShN.o: In function `genTexture()':
opengl_util.cpp:(.text+0x3df): undefined reference to `glBindImageTexture'
/tmp/ccQ8pShN.o: In function `initGL()':
opengl_util.cpp:(.text+0x7dd): undefined reference to `glXCreateContextAttribsARB'
collect2: error: ld returned 1 exit status
make: *** [example] Error 1
我缺少什麼?
爲什麼不顯示一些代碼? – chbaker0
我的問題中的鏈接提供了所有的代碼。這是[site]的一個小例子(http://wili.cc/blog/opengl-cs.html) –
糟糕,我的錯誤。 – chbaker0