mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
android: Make Asynchronous shader compilation
non runtime editable
This commit is contained in:
parent
d05749e1fd
commit
62e2e0a8f2
@ -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 New Issue
Block a user