Hi all,
has anyone implemented pbufer with mipmaps?
is it possible? ..
Hi all,
has anyone implemented pbufer with mipmaps?
is it possible? ..
all we are is dust in the wind, nothing lasts forever but the earth and skies
Pbuffers alone does not support mipmaps (it's like asking if the front buffer supports mipmapping).
In the better chance you're asking for render-texture-to-pbuffer with mipmaps, it is possible but right now I don't remember exaclty how this works.
Quite sure your pbuffer must have a render-to-texture enabled pixel format.
Maybe it needs to support mipmaps but i'm not sure.
If you have automipmapping I guess mipmap will be generated every time you bind the pbuffer to a texture.
If you don't have this... ugh - suddendly this becomes pretty ugly.