RwRaster *
RwGetTextureRaster(RwTexture *texture);
Description
Retrieves a pointer to the textures raster.
Arguments
texture Pointer to the texture.
Return Value
The textures raster if successful, and NULL otherwise.
See Also
RwBitmapRaster()
RwCreateRaster()
RwCreateTexture()
RwDestroyRaster()
RwDuplicateRaster()
RwFindNamedTexture()
RwGetNamedTexture()
RwReadNamedTexture()
RwReadRaster()
RwReadTexture()
RwSetTextureRaster()