The d3d tag has no wiki summary.
12
votes
4answers
1k views
How can I use the graphics pipeline to render volumetric data based on a density function?
Both graphics APIs (OpenGL and DirectX) devise a well defined pipeline in which several stages are programmable. These programmable stages require to take a fixed minimum amount of data and are ...