1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//! Contains traits with platform-specific methods in them.
//!
//! Contains the following modules:
//!
//! - `android`
//! - `ios`
//! - `macos`
//! - `unix`
//! - `windows`
//!
/// Platform-specific methods for android.
/// Platform-specific methods for iOS.
/// Platform-specific methods for macOS.
/// Platform-specific methods for unix operating systems.
/// Platform-specific methods for Windows.
/// Platform-specific methods for desktop operating systems.
use raw;
/// Platform-specific extensions for OpenGL [`Context`]s.
///
/// [`Context`]: ../struct.Context.html