EGL Surface


SUBMITTED BY: Guest

DATE: Dec. 19, 2014, 7:45 p.m.

FORMAT: C++

SIZE: 838 Bytes

HITS: 1096

  1. src/egl/drivers/haiku/egl_haiku.cpp:379:58: error: no matching function for call to 'haiku_egl_surface::haiku_egl_surface(_EGLSurface*&)'
  2. struct haiku_egl_surface* surface=haiku_egl_surface(surf);
  3. ^
  4. src/egl/drivers/haiku/egl_haiku.cpp:379:58: note: candidates are:
  5. src/egl/drivers/haiku/egl_haiku.cpp:65:8: note: haiku_egl_surface::haiku_egl_surface()
  6. struct haiku_egl_surface
  7. ^
  8. src/egl/drivers/haiku/egl_haiku.cpp:65:8: note: candidate expects 0 arguments, 1 provided
  9. src/egl/drivers/haiku/egl_haiku.cpp:65:8: note: haiku_egl_surface::haiku_egl_surface(const haiku_egl_surface&)
  10. src/egl/drivers/haiku/egl_haiku.cpp:65:8: note: no known conversion for argument 1 from '_EGLSurface* {aka _egl_surface*}' to 'const haiku_egl_surface&'

comments powered by Disqus