Goblin - A Platform for 3D AR and VR Applications

ResourceCache.CreateTextureFromFileEx Method 

Create a texture from a file

public Texture CreateTextureFromFileEx(
   Device device,
   string filename,
   int w,
   int h,
   int mip,
   Usage usage,
   Format fmt,
   Pool pool,
   Filter filter,
   Filter mipfilter,
   int colorkey
);

See Also

ResourceCache Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace