Metaprogramming GPUs with Sh
AK Peters, Ltd. (2004)
Sh is a high-level shading language whose “parser” is implemented as a C++ library. Sh programs run on the GPU but act like extensions of the host application. Sh can be used for single shaders, to implement complex multipass algorithms, or for general-purpose computation on GPUs.
January 8, 2011 by hgpu