Function make_gl
pub fn make_gl(
_: (i32, i32),
sample_count: impl Into<Option<usize>>,
stencil_bits: usize,
info: FramebufferInfo,
) -> Handle<GrBackendRenderTarget>Available on crate features
engine and gpu and gl only.