Info regarding CUDA

Dear All, Please tell if cuda support generation of graphics or do i have to generate graphics through other method like Direct3D.

CUDA can be integrated into an existing OpenGL rendering pipeline by means of rendering to textures and surfaces (OpenGL and DirectX InterOp)

or it can implement its own rasterizer and graphics pipeline (or even raytracing, if you think of the nVidia Optix Library)