[PyQt] setUniformValueArray missing

Phil Thompson phil at riverbankcomputing.com
Wed Nov 2 18:08:22 GMT 2011


On Wed, 2 Nov 2011 16:39:53 +0100, David Kaufman <david.kaufman at gmx.de>
wrote:
> Greetings,
> 
> I'm currently developing an OpenGL PyQt app. I'm in the need of this
> function
>
http://doc.qt.nokia.com/latest/qglshaderprogram.html#setUniformValueArray-20
> (setUniformValueArray) but I can't seem to find it anywhere in the
> most recent PyQt documentation. Is there any chance that this function
> will be added in the near future?

Can setAttributeArray() be used instead? Or is a UniformValue something
different to an Attribute?

Phil


More information about the PyQt mailing list