21 #ifndef TCU_ANGLE_WIN32_PLATFORM_H_ 22 #define TCU_ANGLE_WIN32_PLATFORM_H_ 24 #include "tcuDefs.hpp" 25 #include "tcuPlatform.hpp" 26 #include "gluPlatform.hpp" 28 #ifndef _EGLUPLATFORM_HPP 29 # include "egluPlatform.hpp" 38 private glu::Platform,
39 private eglu::Platform
47 const glu::Platform &
getGLPlatform()
const override {
return static_cast<const glu::Platform&
>(*this); }
48 const eglu::Platform &
getEGLPlatform()
const override {
return static_cast<const eglu::Platform&
>(*this); }
56 #endif // TCU_ANGLE_WIN32_PLATFORM_H_
Definition: tcuANGLENativeDisplayFactory.h:31
Definition: tcuANGLENativeDisplayFactory.cpp:47