Qyoto.QGLFramebufferObjectFormat.SetAttachment C# (CSharp) Method

SetAttachment() public method

public SetAttachment ( QGLFramebufferObject attachment ) : void
attachment QGLFramebufferObject
return void
        public void SetAttachment(QGLFramebufferObject.Attachment attachment)
        {
            interceptor.Invoke("setAttachment$", "setAttachment(QGLFramebufferObject::Attachment)", typeof(void), typeof(QGLFramebufferObject.Attachment), attachment);
        }