I use FBO to make my scene a depth texture ( GL_DEPTH_COMPONENT ). When I enable multisampling in my application, these patterns are only allowed for one texel, but how are they combined? Is the depth of the nearest sample a stored texture or the average number of samples? Is this behavior vendor dependent?
opengl
user123820
source share