virtual VideoImage* CreateTexture(Render::TextureManager* ptexman) = 0;
CreateTexture creates a texture for the movies.
Note: This method can only be called after the status of the movie has transitioned to Ready status.
Parameters |
Description |
Render::TextureManager* ptexman |
Pointer to TextureManager for texture creation. |
Pointer to the created texture image for the movie.