Introduction - If you have any usage issues, please Google them yourself
This sample demonstrates how to create dynamic textures
// through off-screen rendering.
//
// As a demonstration, a spinning textured cube is rendered
// to an off-screen surface, which is in turn, used to create
// a dynamic texture. The dynamic texture is then used to
// texture a second spinning cube, which will be rendered to
// the application s window.