Summary description for D3DTexture.
When loading a cubic texture, the image with the texture base name plus the "_rt", "_lf", "_up", "_dn", "_fr", "_bk" suffixes will automaticaly be loaded to construct it.
Наследование: Axiom.Core.Texture
 public override Axiom.Core.Resource Create(string name, bool isManual)
 {
     Axiom.Core.Resource rv = new D3DTexture(name, isManual, device);
     Add(rv);
     return rv;
 }