Re: [PyQt] Missing method in QGLShaderProgram?

2011-04-10 Thread Phil Thompson
On Sat, 2 Apr 2011 17:27:38 -0400, Brett Stottlemyer br...@stottlemyer.com wrote: Phil, I am trying to convert the textures.pyw example to run using shaders like the newer version of the example in Qt. However, I've hit a problem in that the setAttributeArray method of

Re: [PyQt] Missing method in QGLShaderProgram?

2011-04-03 Thread Phil Thompson
On Sat, 2 Apr 2011 17:27:38 -0400, Brett Stottlemyer br...@stottlemyer.com wrote: Phil, I am trying to convert the textures.pyw example to run using shaders like the newer version of the example in Qt. However, I've hit a problem in that the setAttributeArray method of

[PyQt] Missing method in QGLShaderProgram?

2011-04-02 Thread Brett Stottlemyer
Phil, I am trying to convert the textures.pyw example to run using shaders like the newer version of the example in Qt. However, I've hit a problem in that the setAttributeArray method of QGLShaderProgram used in the example is not available in PyQt. Is this a bug? Brett