]> git.cworth.org Git - apitrace/commitdiff
Cast native types to EGL types when calling EGL functions.
authorAlexandros Frantzis <alexandros.frantzis@linaro.org>
Fri, 2 Dec 2011 12:22:56 +0000 (14:22 +0200)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 3 Dec 2011 10:02:04 +0000 (10:02 +0000)
This is needed to resolve build failures on some platforms that support
various EGL backends and, therefore, native types.  Note that we can't
use reinterpret_cast<>() as the types involved are not necessarily
pointers or integers e.g. they can be typedef-ed types.


No differences found