Could any SGI box render to texture without CopyTexture? -
cesss - 10-26-2022
If I recall correctly from my O2 days, you had to CopyTexture from a DMBuffer in order to do the "video as texture" effects for which the O2 was famous. What I don't remember is if the DMBuffer could be configured in some way so that no CopyTexture was needed, and it was actually used directly as a texture. I don't know either if the later VPro had FBOs with render to texture.
What I did back in the days for this was pbuffer->CopyTexture->render in window, but I'm wondering if a more direct path was ever available at some point.
RE: Could any SGI box render to texture without CopyTexture? -
vishnu - 10-27-2022
Techpubs has a chapter on DM programming:
https://techpubs.jurassic.nl/manuals/0650/developer/DMSDK_PG/sgi_html/index.html