/// <summary>The parameters in this class have only effect on the following Texture loads.</summary>
publicstaticclassTextureLoaderParameters
{
/// <summary>(Debug Aid, should be set to false) If set to false only Errors will be printed. If set to true, debug information (Warnings and Queries) will be printed in addition to Errors.</summary>
publicstaticboolVerbose=false;
/// <summary>Always-valid fallback parameter for GL.BindTexture (Default: 0). This number will be returned if loading the Texture failed. You can set this to a checkerboard texture or similar, which you have already loaded.</summary>
publicstaticuintOpenGLDefaultTexture=0;
/// <summary>Compressed formats must have a border of 0, so this is constant.</summary>