Texture::Initialize

Texture::Initialize
virtual bool Initialize(HWTextureDesc desc);
Description

Initialize initializes the Texture from a platform specific texture handle.

Parameters
Parameters 
Description 
HWTextureDesc desc 
The device representation of the texture. 
Return Value

A Boolean value of true if the textures are initialized and false if texture creation failed.