[PyQt] Missing method in QGLShaderProgram?

Phil Thompson phil at riverbankcomputing.com
Sun Apr 10 10:21:55 BST 2011


On Sat, 2 Apr 2011 17:27:38 -0400, "Brett Stottlemyer"
<brett at 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 QGLShaderProgram used in the example is
not
> available in PyQt.
> 
>  
> 
> Is this a bug?

Tonight's snapshot will support setAttributeArray(). I've also updated the
textures.py example.

Phil


More information about the PyQt mailing list