Tagged Questions
1
vote
1answer
182 views
Getting an error using a uniform 1D texture parameter with CG and openGL
I am trying to write a basic volume renderer which uses opengl, and cg for writing shaders. I'm putting my transfer function in a one dimensional texture, and using that in a dependent texture lookup ...