I need to pass an array of Vector3 or Vector4's to my pixel shader. Is there something like a one dimensional texture that I can set from the CPU and sample on the GPU?
feedback
|
|
No there is no built-in class that you can use, but you can create your own one (untested):
| ||||
|
feedback
|