diff options
author | fhuya <fhuya@google.com> | 2020-02-25 11:18:36 -0500 |
---|---|---|
committer | fhuya <fhuya@google.com> | 2020-03-05 08:01:42 -0800 |
commit | c090caa58be3d35f4624ec78ea75f1a837cd28bd (patch) | |
tree | 87b0db49601f26c4facd2aa0bfe6655b7999f34c /platform/android/SCsub | |
parent | 42595085a5a22f3b5399844d06e89631c42e8981 (diff) |
Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) and its accompanying components.
The implementation is meant to be extended and updated in order to integrate it with the existing Godot java and native codebase.
Diffstat (limited to 'platform/android/SCsub')
-rw-r--r-- | platform/android/SCsub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub index 9db41a315f..07aca6dbf7 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -19,7 +19,8 @@ android_files = [ 'java_godot_wrapper.cpp', 'java_godot_io_wrapper.cpp', 'jni_utils.cpp', - 'android_keys_utils.cpp' + 'android_keys_utils.cpp', + 'vulkan/vk_renderer_jni.cpp' ] env_android = env.Clone() |