-- @/=[C]:-1
function setAsyncShaderCompilation(...)
local function onInit()
Engine.Render.setAsyncShaderCompilation(false)
end
Engine.Render.setAsyncShaderCompilation(false)
if request['precompileShaders'] then
Engine.Render.setAsyncShaderCompilation(false) -- to avoid problems with the camera sensor
end