mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-10-30 03:37:52 +00:00
android: Make Asynchronous shader compilation
non runtime editable
This commit is contained in:
parent
d05749e1fd
commit
62e2e0a8f2
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ enum class BooleanSetting(
|
||||||
private val NOT_RUNTIME_EDITABLE = listOf(
|
private val NOT_RUNTIME_EDITABLE = listOf(
|
||||||
PLUGIN_LOADER,
|
PLUGIN_LOADER,
|
||||||
ALLOW_PLUGIN_LOADER,
|
ALLOW_PLUGIN_LOADER,
|
||||||
ADRENO_GPU_BOOST
|
ADRENO_GPU_BOOST,
|
||||||
|
ASYNC_SHADERS
|
||||||
)
|
)
|
||||||
|
|
||||||
fun from(key: String): BooleanSetting? =
|
fun from(key: String): BooleanSetting? =
|
||||||
|
|
Loading…
Reference in a new issue