cgbind.txt
Associated article: The Cg Programming Language
Tags:
Published source code accompanying the article by John Ratcliff in which he examines the Cg programming language and presents a utility that lets you bind Cg code to your application. Also so CGBIND.ZIP.
The Cg Programming Language by John Ratcliff Example 1 (a) O.HPOS = mul(objviewproj_matrix, I.position); (b) dp4 r0.x, c3, v0 dp4 r0.y, c4, v0 dp4 r0.z, c5, v0 dp4 r0.w, c6, v0 mov oPos, r0 ...


