You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PGraphicsOpenGL.initOffscreen() function initializes the color buffer texture for the offscreen surface as loadTextureImpl(Texture.BILINEAR, false), which ignores the current texture sampling setting.
The PGraphicsOpenGL.initOffscreen() function initializes the color buffer texture for the offscreen surface as loadTextureImpl(Texture.BILINEAR, false), which ignores the current texture sampling setting.