Mercurial > touhou
view pytouhou/game/music.pxd @ 587:6c9d8a3d853f
Use ARB_framebuffer_blit instead of a second rendering pass for scaled rendering, if supported, and remove framebuffer stuff from the Renderer.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 08 Oct 2014 18:34:27 +0200 |
parents | 7c3c90468996 |
children |
line wrap: on
line source
cdef class MusicPlayer: cpdef play(self, name) cpdef set_volume(self, name, float volume)