Re: [Development] Qt 5, QOpenGLFunctions

2012-09-06 Thread Sean Harmer
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

Re: [Development] Qt 5, QOpenGLFunctions

2012-09-06 Thread Kim M. Kalland
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

[Development] Qt 5, QOpenGLFunctions

2012-09-06 Thread Wehmer, Matthias
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