c++ - What Can I use to draw with cuda -


i'm starting university project, "real time ray tracing". have use cuda, can use graphics part?

i wanted use opengl, in particular draw pixel gldrawpixels() funcion, function deprecated, , don't want use deprecated funcions , function doesn't work newest opengl's codes. searched newest function in opengl (i think) there isn't 1 that.

so searched opencl, haven't figured out if library can me.

so, can use implement project?

a common simple rendering approach in opengl 1 level of complexity above gldrawpixels draw pixels texture, apply texture quad , render quad.

this presentation walk through steps, , bonus show how use cuda/opengl interop, make ray tracing animation run quicker, , should brownie points @ least on university project.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -