public TextureFilterType GetTextureFilterType(string name)
 {
     return((TextureFilterType)SwigObject.GetTextureFilterType(name));
 }