modules/graphics/src/main/native-glass/mac/GlassFrameBufferObject.h

Print this page

        

*** 36,47 **** --- 36,49 ---- GLuint _height; GLuint _texture; GLuint _fbo; GLuint _fboToRestore; + BOOL _isSwPipe; } - (void)blitFromFBO:(GlassFrameBufferObject*)other_fbo; - (GLuint)texture; - (GLuint)fbo; + - (void)setIsSwPipe:(BOOL)isSwPipe; @end