File tree 1 file changed +8
-0
lines changed
gl_generator/generators/templates/types
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
// platform-specific aliases are unknown
2
2
// IMPORTANT: these are alises to the same level of the bindings
3
3
// the values must be defined by the user
4
+ #[ allow( dead_code) ]
4
5
pub type khronos_utime_nanoseconds_t = super :: khronos_utime_nanoseconds_t ;
6
+ #[ allow( dead_code) ]
5
7
pub type khronos_uint64_t = super :: khronos_uint64_t ;
8
+ #[ allow( dead_code) ]
6
9
pub type khronos_ssize_t = super :: khronos_ssize_t ;
7
10
pub type EGLNativeDisplayType = super :: EGLNativeDisplayType ;
11
+ #[ allow( dead_code) ]
8
12
pub type EGLNativePixmapType = super :: EGLNativePixmapType ;
13
+ #[ allow( dead_code) ]
9
14
pub type EGLNativeWindowType = super :: EGLNativeWindowType ;
10
15
pub type EGLint = super :: EGLint ;
16
+ #[ allow( dead_code) ]
11
17
pub type NativeDisplayType = super :: NativeDisplayType ;
18
+ #[ allow( dead_code) ]
12
19
pub type NativePixmapType = super :: NativePixmapType ;
20
+ #[ allow( dead_code) ]
13
21
pub type NativeWindowType = super :: NativeWindowType ;
14
22
15
23
// EGL alises
You can’t perform that action at this time.
0 commit comments