elect
val map = ConcurrentHashMap<StandardSemaphores, VkSemaphoreArray>() StandardSemaphores.values().forEach { map[it] = swapchain!!.images!!.map { device.vulkanDevice.createSemaphore(semaphoreCreateInfo) }.toLongArray() } return map
A modern programming language that makes developers happier.