NewTOAPIA.GL.GLTexture2D.SetupWrapping C# (CSharp) Method

SetupWrapping() protected method

protected SetupWrapping ( ) : void
return void
        protected void SetupWrapping()
        {
            // Wrapping
            fGI.TexParameter(TextureParameterTarget.Texture2d, TextureParameterName.TextureWrapS, TextureWrapMode.Clamp);
            fGI.TexParameter(TextureParameterTarget.Texture2d, TextureParameterName.TextureWrapT, TextureWrapMode.Clamp);
        }