trait SurfmanContextAttributeFlagsConvert {
    // Required method
    fn to_surfman_context_attribute_flags(
        &self,
        webgl_version: WebGLVersion,
        api_type: GlType
    ) -> ContextAttributeFlags;
}

Required Methods§

Implementations on Foreign Types§

source§

impl SurfmanContextAttributeFlagsConvert for GLContextAttributes

Implementors§