public void BindFramebuffer(GlTexture glTexture)
 {
     UnsafeNativeMethods.MpGlCalculatorHelperBindFramebuffer(ptr, glTexture.GetPtr());
 }