Open GoogleCodeExporter opened 9 years ago
i have also this issue... but not uncoomment that line..- i have the file
attached . For the problem with the linker open the file link.txt ,it reside in
the folder where you build the solution with cmake in
/openCL_programmingBook/build/src/Chapter_12/Sinewave/CMakeFiles/sinewave.dir
and add these : -lglut -lGLU -lGL -lGLEW or you can use the file attached. This
make compile the solution but launching the app i receive :ERROR: No "ATI
Stream" CL platform found! Exiting... the same example in GPU_COMPUTING_SDK
instead works fine...there is something wrong in it?
Original comment by i...@kalwaltart.it
on 8 Feb 2012 at 4:15
Attachments:
i just want to write a demo about CL/GL interop .So i read the OpenCL
Programming Guide,I also writed a sine demo, CL computing the vbo buffer
data.and opengl drawing the sine curve as the vbo buffer data. while the CL
called the function clEnqueueAcquireGLObjects() ,it returns CL_SUCCESS but the
debugging information :error mapping 0x9123520 0x00000007(error = -2). so i
can't complete my idea,sine curve was't drawed. i want to ask help for
you,thanks in advance!could you give me some comment about it?
Original comment by mingqian...@gmail.com
on 14 Jul 2014 at 1:13
Attachments:
Original issue reported on code.google.com by
kander...@willowgarage.com
on 17 Jan 2012 at 6:02