From c090caa58be3d35f4624ec78ea75f1a837cd28bd Mon Sep 17 00:00:00 2001 From: fhuya Date: Tue, 25 Feb 2020 11:18:36 -0500 Subject: 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. --- platform/android/SCsub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/android/SCsub') 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() -- cgit v1.2.3