equal
deleted
inserted
replaced
27 extern "C" { |
27 extern "C" { |
28 #endif |
28 #endif |
29 |
29 |
30 #ifndef EGL_EGLEXT_PROTOTYPES |
30 #ifndef EGL_EGLEXT_PROTOTYPES |
31 |
31 |
32 /* |
32 // The types EGLSyncKHR (an opaque handle to an EGL sync object) & |
33 * EGLSyncKHR is an opaque handle to an EGL sync object |
33 // EGLTimeKHR are defined in <EGL/eglext.h> |
34 */ |
|
35 typedef void* EGLSyncKHR; |
|
36 |
|
37 |
|
38 typedef khronos_utime_nanoseconds_t EGLTimeKHR; |
|
39 |
34 |
40 /* API functions */ |
35 /* API functions */ |
41 |
36 |
42 /*-------------------------------------------------------------------*//*! |
37 /*-------------------------------------------------------------------*//*! |
43 * \brief Create a sync object for the specified display. |
38 * \brief Create a sync object for the specified display. |