Fragment shader for 3D-Textures

387 Views Asked by At

I want to use a fragment shader to write back into a 3D-Sampler: There is an array of images as input (as uniform sampler3D) to my opengl-es-application and i want to perform some per-pixel operations on it. Can i use a fragment shader to calculate values for a 3D-Texture?

0

There are 0 best solutions below