NAME
Qt::OpenGL::QGLPixelBuffer
PUBLIC METHODS
- QGLPixelBuffer(, , )
- QGLPixelBuffer(, , = 0)
- QGLPixelBuffer(, = QGLFormat::defaultFormat(), = 0)
- QGLPixelBuffer(, , , )
- QGLPixelBuffer(, , , = 0)
- QGLPixelBuffer(, , = QGLFormat::defaultFormat(), = 0)
- ~QGLPixelBuffer()
- GLuint bindTexture()
- GLuint bindTexture(, )
- GLuint bindTexture(, = GL_TEXTURE_2D)
- GLuint bindTexture(, )
- GLuint bindTexture(, = GL_TEXTURE_2D)
- bool bindToDynamicTexture()
- void deleteTexture()
- bool doneCurrent()
- void drawTexture(, , )
- void drawTexture(, , = GL_TEXTURE_2D)
- void drawTexture(, , )
- void drawTexture(, , = GL_TEXTURE_2D)
- QGLFormat format()
- GLuint generateDynamicTexture()
- unsigned long handle()
- static bool hasOpenGLPbuffers()
- bool isValid()
- bool makeCurrent()
- QPaintEngine * paintEngine()
- void releaseFromDynamicTexture()
- QSize size()
- QImage toImage()
- void updateDynamicTexture()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.