Tagged Questions
0
votes
0answers
69 views
Corruption in Stencil textures with glTexImage2DMultisample
I am using depth multisampled textures. I have 2 attachments to FBO: 1. Depth-stencil attachment of a texture 2. Color attachment of render buffer.
I am rendering a cube on non default FBO with ...
0
votes
0answers
97 views
XNA Stencil Buffer AA
I'm currently using stencil buffer data for visualisation.
These data are generated by pixel shader using the clip/discard
and stencil buffer logical operations. But I need to modify this
method to ...