Skip to content

Commit 80802df

Browse files
committed
Make opengl context creation private for now
1 parent 6105cae commit 80802df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gl/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub struct GlContext {
7272
}
7373

7474
impl GlContext {
75-
pub unsafe fn create(
75+
pub(crate) unsafe fn create(
7676
parent: &impl HasRawWindowHandle, config: GlConfig,
7777
) -> Result<GlContext, GlError> {
7878
platform::GlContext::create(parent, config)

0 commit comments

Comments
 (0)