You've already forked godot
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:
@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
|
||||
|
||||
dependencies {
|
||||
implementation libraries.supportCoreUtils
|
||||
implementation libraries.kotlinStdLib
|
||||
}
|
||||
|
||||
def pathToRootDir = "../../../../"
|
||||
|
||||
Reference in New Issue
Block a user