1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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.
This commit is contained in:
fhuya
2020-02-25 11:18:36 -05:00
parent 42595085a5
commit c090caa58b
10 changed files with 580 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
dependencies {
implementation libraries.supportCoreUtils
implementation libraries.kotlinStdLib
}
def pathToRootDir = "../../../../"