- Implemented EGL Context
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
#ifndef FENNEC_TEST_PLATFORM_H
|
||||
#define FENNEC_TEST_PLATFORM_H
|
||||
|
||||
#include <fennec/platform/interface/display.h>
|
||||
#include <fennec/platform/interface/platform.h>
|
||||
|
||||
|
||||
@@ -30,6 +32,7 @@ inline void fennec_test_platform() {
|
||||
instance->initialize();
|
||||
|
||||
fennec_test_run(instance->get_display() != nullptr, true);
|
||||
fennec_test_run(instance->get_display()->get_context() != nullptr, true);
|
||||
|
||||
instance->shutdown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user