コード例 #1
0
 public QGLFramebufferObject(QSize size, QGLFramebufferObject.Attachment attachment) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFramebufferObject#$", "QGLFramebufferObject(const QSize&, QGLFramebufferObject::Attachment)", typeof(void), typeof(QSize), size, typeof(QGLFramebufferObject.Attachment), attachment);
 }
コード例 #2
0
 public QGLFramebufferObject(int width, int height, QGLFramebufferObject.Attachment attachment) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFramebufferObject$$$", "QGLFramebufferObject(int, int, QGLFramebufferObject::Attachment)", typeof(void), typeof(int), width, typeof(int), height, typeof(QGLFramebufferObject.Attachment), attachment);
 }
コード例 #3
0
 public QGLFramebufferObject(QSize size, QGLFramebufferObject.Attachment attachment, int target, int internal_format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGLFramebufferObject#$$$", "QGLFramebufferObject(const QSize&, QGLFramebufferObject::Attachment, GLenum, GLenum)", typeof(void), typeof(QSize), size, typeof(QGLFramebufferObject.Attachment), attachment, typeof(int), target, typeof(int), internal_format);
 }