-project.org
Subject: [Interest] QuickFrameBufferObject does not redraw
Hi everybody,
I am currently experimenting with the QFrameBufferObject and try to draw via
raw OpenGL calls.
The relevant part of the render function in the
QuickFrameBuffrObject::Renderer looks like this:
void Drawer
#render
Best regards,
Laszlo
From: interest-bounces+laszlo.agocs=theqtcompany@qt-project.org
on behalf of
Wehmer, Matthias
Sent: Wednesday, September 16, 2015 8:34 AM
To: interest@qt-project.org
Subject: [Interest] QuickFrameBufferObject does not redraw
Hi everybody,
I am currently experimenting with the QFrameBufferObject and try to draw via
raw OpenGL calls.
The relevant part of the render function in the
QuickFrameBuffrObject::Renderer looks like this:
void Drawer::render()
{
int width = 1.0f;
int height = 1.0f;
glEn