Skip to content

Commit

Permalink
use Vulkan backend by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmax committed Jan 29, 2025
1 parent 85adf0a commit d2cdaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import de.fabmax.kool.math.Vec2i
*/
fun main() = KoolApplication(
config = KoolConfigJvm(
renderBackend = KoolConfigJvm.Backend.OPEN_GL,
renderBackend = KoolConfigJvm.Backend.VULKAN,
windowTitle = "Kool Demo",
windowSize = Vec2i(1600, 900)
)
Expand Down

0 comments on commit d2cdaee

Please sign in to comment.