Fixes on android:
- creating Vulkan context instead of OpenGL - checking for validity of ENV in wrapper classes - fix for access to JavaVM from threads
This commit is contained in:
parent
888051889e
commit
b3a43430aa
7 changed files with 87 additions and 2 deletions
|
|
@ -268,7 +268,7 @@ public class Godot extends Fragment implements SensorEventListener, IDownloaderC
|
|||
|
||||
GodotLib.setup(command_line);
|
||||
|
||||
final String videoDriver = GodotLib.getGlobal("rendering/quality/driver/driver_name");
|
||||
final String videoDriver = GodotLib.getGlobal("rendering/driver/driver_name");
|
||||
if (videoDriver.equals("Vulkan")) {
|
||||
mRenderView = new GodotVulkanRenderView(activity, this);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue