Rendering

I have buffers with deep and normals for frame, that calculated with CUDA. I find best way to render it to screen with Phoeng light model. First method is to render all with CUDA and display using D3D Texture. But I think it’s not the best way.
Is any other fast ways?