SendToGPU Advanced function You don't usually need to call this function as OpenLayer automatically calls this function when you load a TextRenderer. However, if you wish to have more control of when the font resides in the GPU you can use this function. Examples TextRenderer renderer( ... );
// Sends the font information to the graphics card // renderer.SendToGPU(); Other functions of the class TextRenderer
Questions about SendToGPU? Click here. |