Function GLSupport.createFramebuffer

returns texture for buffer, null if failed

bool createFramebuffer(
  out GLObject!(2,3553) texture,
  out GLObject!(3,36160) fbo,
  int dx,
  int dy
);