mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	Migrate eglew.h to incorporate EGL_CAST tokens
This commit is contained in:
		
							parent
							
								
									d37b36aa62
								
							
						
					
					
						commit
						935c14991e
					
				@ -83,16 +83,4 @@ struct wl_buffer;
 | 
				
			|||||||
struct wl_display;
 | 
					struct wl_display;
 | 
				
			||||||
struct wl_resource;
 | 
					struct wl_resource;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define EGL_DONT_CARE                     ((EGLint)-1)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define EGL_NO_CONTEXT                    ((EGLContext)0)
 | 
					 | 
				
			||||||
#define EGL_NO_DISPLAY                    ((EGLDisplay)0)
 | 
					 | 
				
			||||||
#define EGL_NO_IMAGE                      ((EGLImage)0)
 | 
					 | 
				
			||||||
#define EGL_NO_SURFACE                    ((EGLSurface)0)
 | 
					 | 
				
			||||||
#define EGL_NO_SYNC                       ((EGLSync)0)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define EGL_UNKNOWN                       ((EGLint)-1)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define EGL_DEFAULT_DISPLAY               ((EGLNativeDisplayType)0)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
 | 
					EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user