Hi,
On Thursday 06 September 2012 12:21:20 Kim M. Kalland wrote:
> On 06.09.2012 11:13, ext Wehmer, Matthias wrote:
> > Hi everybody,
> >
> > did anyone try to use the QOpenGLFunctions object. I'm currently
> > struggling with uploading my custom texture (simple uchar array) to
> > the fragment s
On 06.09.2012 11:13, ext Wehmer, Matthias wrote:
Hi everybody,
did anyone try to use the QOpenGLFunctions object. I'm currently
struggling with uploading my custom texture (simple uchar array) to
the fragment shader. The problem is the following: As there is no
solution via the QSGShaderProg
Hi everybody,
did anyone try to use the QOpenGLFunctions object. I'm currently struggling
with uploading my custom texture (simple uchar array) to the fragment shader.
The problem is the following: As there is no solution via the QSGShaderProgram
yet, I tried to use QOpenGLFunctions as it is de