[PyCUDA] OpenGL
Michael Rule
mrule7404 at gmail.com
Fri Jul 31 06:12:32 PDT 2009
gl_interop :
is the expected behavior : opens a window which contains nothing (
random garbage ), which then crashes on attempts to resize ?
has anyone gotten closer to a functioning GL example ( e.g. preparing
a vertex buffer in CUDA and then using it to render, say, a mesh, for
accelerated computation of some simple physical simulation ? )
On Tue, Jul 28, 2009 at 4:34 PM, Andreas
Klöckner<lists at informa.tiker.net> wrote:
> On Dienstag 28 Juli 2009, you wrote:
>> I would also like to try to experiment with pycuda openGL,
>> how do you get the gl_interop example working ? I get the following message
>> :
>>
>> "ImportError: PyCUDA was compiled without GL extension support"
>>
>> Is compiling pycuda with GL extension documented anywhere ?
>
> Add this to your siteconf.py:
>
> CUDA_ENABLE_GL = True
>
> Anddreas
>
More information about the PyCUDA
mailing list