Qyoto.QGLFramebufferObjectFormat.SetInternalTextureFormat C# (CSharp) Method

SetInternalTextureFormat() public method

public SetInternalTextureFormat ( int internalTextureFormat ) : void
internalTextureFormat int
return void
        public void SetInternalTextureFormat(int internalTextureFormat)
        {
            interceptor.Invoke("setInternalTextureFormat$", "setInternalTextureFormat(GLenum)", typeof(void), typeof(int), internalTextureFormat);
        }