ADC Home > Reference Library > Technical Q&As > Legacy Documents > Graphics & Imaging >

Legacy Documentclose button

Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.

Current information on this Reference Library topic can be found here:

NOTE: This Technical Q&A has been retired. Please see the Technical Q&As page for current documentation.

RAVE Multiple GDevice support


Q: I'm writing a RAVE engine that may work with multiple hardware cards across different GDevices. If someone allocates a texture for my engine, which card should I put the texture on?

A: If your engine always loads textures into VRAM, you should copy the texture to all hardware that utilizes that engine. If the texture is locked, you should do the same thing.

If your engine dynamically loads the textures as they are needed, you should load the textures onto a piece of hardware when a polygon is submitted to a context located on that hardware.

[Apr 20 1998]


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.