pub fn get_context() -> GL
Get the WebGl2RenderingContext of a canvas with an element ID of “canvas”
WebGl2RenderingContext
This function will panic in case of an error
use moon_engine::gl::*; let context: GL = get_context();