[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] AA with Shaders



Hi,

pygame.display.gl_set_attribute(GL_MULTISAMPLEBUFFERS,1)
pygame.display.gl_set_attribute(GL_MULTISAMPLESAMPLES,1)

seems to have no effect when shaders are enabled.  Is there a way around that?

Ian