[PD] pix_texture on the gpu?

IOhannes m zmoelnig zmoelnig at iem.at
Tue Nov 29 09:20:16 CET 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2011-11-29 05:40, ronni montoya wrote:
> Hello, pix_texture seems a little bit slow when i iterate a geo with
> texture.  I was wondering if there is a way of doing the same in the
> gpu?
> Should it be possible to assign a texture to a geo but using the gpu?
> which is the best way?

in the default use case, [pix_texture] transfers image data from main
memory to GPU memory, so all subsequent actions involve GPU only.

so to answer your question: pix_texture does not run on the gpu but is
the bridge between cpu and gpu. that's by definition. it's hard to do
anything about it.

if you want to use the same texture for multiple Geos, you should put
the [pix_texture] outside of the iteration, so you ensure to only once
transfer the image to the GPU and then use it however often you like.

you can also use a GPU-based texture generated by one [pix_texture]
within another [pix_texture] by using their 2nd iolets.

fgasdmr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7UlcAACgkQkX2Xpv6ydvSuegCgqn3HMz3gpbGQWuJabtsQfD5E
+osAmwabSv+mXiO6doevuBRqgYkG0zXl
=baMZ
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20111129/f31fe2e1/attachment.bin>


More information about the Pd-list mailing list