what's the point to have such things ```val settin...
# announcements
e
what's the point to have such things
Copy code
val settings = object {
        /** @brief Activates validation layers (and message output) when set to true */
        var validation = enableValidation
        /** @brief Set to true if fullscreen mode has been requested via command line */
        var fullscreen = false
        /** @brief Set to true if v-sync will be forced for the swapchain */
        var vsync = false
        /** @brief Enable UI overlay */
        var overlay = false
    }