Go to the source code of this file.
|
| const gfx::ImagePtr | ion::image::RenderTextureImage (const gfx::TexturePtr &texture, uint32 width, uint32 height, const gfx::RendererPtr &renderer, const base::AllocatorPtr &allocator) |
| | Public functions. More...
|
| |
| const gfx::ImagePtr | ion::image::RenderCubeMapTextureFaceImage (const gfx::CubeMapTexturePtr &cubemap, gfx::CubeMapTexture::CubeFace face, uint32 width, uint32 height, const gfx::RendererPtr &renderer, const base::AllocatorPtr &allocator) |
| | This is similar to RenderTextureImage(), but instead operates on one face of a CubeMapTexture. More...
|
| |