pBuffer and blur?

how can i blur my texture storred in pBuffer ?? are there any predefined filters or hav i to do it myself by matrix multiplikation of each pixel ??

ok … i found shaders for imaging in the glsl book … but i don’t know how to use a fragment shader on the pbuffer … do anyone knows??

you can’t blur texture pbuffer. you can store blured texture to another pbuffer or backbuffer

easy… switch to backbuffer or to another pbuffer, bind your pbuffer with texture to gl texture and render big quad using glsl fragment shader.

yooyo

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.