diff options
| author | jonyrock | 2014-05-01 20:15:28 +0400 |
|---|---|---|
| committer | jonyrock | 2014-05-01 20:15:28 +0400 |
| commit | 209eaf6fa06eba8a05e5222bdab418cd0f20c91c (patch) | |
| tree | 94eac56be6ad254a7c09e13d5e14bd843626232c /platform/android/.old/context_gl_android.cpp | |
| parent | 34aea718b11e105d30c938ad34e474b1bd8b5d63 (diff) | |
| parent | 6572d5128856b2ec55a2c417c92e584899f4906f (diff) | |
| download | godot-209eaf6fa06eba8a05e5222bdab418cd0f20c91c.tar.gz godot-209eaf6fa06eba8a05e5222bdab418cd0f20c91c.tar.zst godot-209eaf6fa06eba8a05e5222bdab418cd0f20c91c.zip | |
Merge remote-tracking branch 'upstream/master' into pair_symbols_tool
Diffstat (limited to 'platform/android/.old/context_gl_android.cpp')
| -rw-r--r-- | platform/android/.old/context_gl_android.cpp | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/platform/android/.old/context_gl_android.cpp b/platform/android/.old/context_gl_android.cpp deleted file mode 100644 index e48ed2e7f..000000000 --- a/platform/android/.old/context_gl_android.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#include "context_gl_android.h" - -#include <GLES2/gl2.h> -#include "os/os.h" -void ContextGLAndroid::make_current() { - -}; - -int ContextGLAndroid::get_window_width() { - - return OS::get_singleton()->get_default_video_mode().width; -}; - -int ContextGLAndroid::get_window_height() { - - return OS::get_singleton()->get_default_video_mode().height; - -}; - -void ContextGLAndroid::swap_buffers() { - -}; - -Error ContextGLAndroid::initialize() { - - return OK; -}; - - -ContextGLAndroid::ContextGLAndroid() { - - -}; - -ContextGLAndroid::~ContextGLAndroid() { - -}; - |
