示例#1
0
文件: gles.py 项目: Ppjet6/blitzloop
 def reset(self):
     self.atlas = texture_font.TextureAtlas(depth=3)
示例#2
0
文件: gles.py 项目: Ppjet6/blitzloop
 def __init__(self, display):
     BaseRenderer.__init__(self, display)
     self.atlas = texture_font.TextureAtlas(depth=3)