mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Feat] (AndroidPlugin): expose DiligentVulkan backend in plugin selector
This commit is contained in:
@@ -86,7 +86,7 @@ val pluginRendererConfig = buildJsonValue {
|
|||||||
selectable(
|
selectable(
|
||||||
key = "MOBILEGL_BACKEND_TYPE",
|
key = "MOBILEGL_BACKEND_TYPE",
|
||||||
title = RendererConfig.MetaString("mobilegl_backend_type_title"),
|
title = RendererConfig.MetaString("mobilegl_backend_type_title"),
|
||||||
items = RendererConfig.EnvItems("DirectGLES", listOf("DirectVulkan")),
|
items = RendererConfig.EnvItems("DirectGLES", listOf("DirectVulkan", "DiligentVulkan")),
|
||||||
)
|
)
|
||||||
toggleable("MOBILEGL_DISABLE_TIMERQUERY", "1", false, RendererConfig.MetaString("mobilegl_disable_timerquery_title"))
|
toggleable("MOBILEGL_DISABLE_TIMERQUERY", "1", false, RendererConfig.MetaString("mobilegl_disable_timerquery_title"))
|
||||||
toggleable("MOBILEGL_DISABLE_SUBGROUP", "1", false, RendererConfig.MetaString("mobilegl_disable_subgroup_title"))
|
toggleable("MOBILEGL_DISABLE_SUBGROUP", "1", false, RendererConfig.MetaString("mobilegl_disable_subgroup_title"))
|
||||||
|
|||||||
Reference in New Issue
Block a user