Mercurial > touhou
view pytouhou/game/music.pxd @ 609:23b9418e4b2f
Remove generic usage of GL_DRAW_FRAMEBUFFER which was introduced in GL 3.0 with framebuffer_blit.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 21 Dec 2014 18:10:23 +0100 |
parents | 7c3c90468996 |
children |
line wrap: on
line source
cdef class MusicPlayer: cpdef play(self, name) cpdef set_volume(self, name, float volume)