getContext method
Implementation
RenderingContext getContext() {
return RenderingContext.create(rawOpenGl,options.width, options.height);
}
RenderingContext getContext() {
return RenderingContext.create(rawOpenGl,options.width, options.height);
}