Goblin - A Platform for 3D AR and VR Applications

ResourceCache.CreateCubeTextureFromFileEx Method 

Create a cube texture from a file

public CubeTexture CreateCubeTextureFromFileEx(
   Device device,
   string filename,
   int size,
   int mip,
   Usage usage,
   Format fmt,
   Pool pool,
   Filter filter,
   Filter mipfilter,
   int colorkey
);

See Also

ResourceCache Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace