Closed glowcoil closed 11 months ago
RawWindowHandleWrapper is only necessary since GlContext::create takes an impl HasRawWindowHandle argument, but GlContext::create is an internal unsafe API and it can just take a RawWindowHandle directly.
impl HasRawWindowHandle
RawWindowHandleWrapper is only necessary since GlContext::create takes an
impl HasRawWindowHandle
argument, but GlContext::create is an internal unsafe API and it can just take a RawWindowHandle directly.