From 5468c54b79e7d1b2982943a50d9228f529728035 Mon Sep 17 00:00:00 2001 From: Husono Date: Wed, 25 Mar 2015 17:17:55 -0400 Subject: [PATCH] Update README.md Change the hypothetical requirements for full speed from GL-next to Vulkan/D3D12. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d47324be..a60cef4e4 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ until Apple supports OpenGL 4.3 or higher. ### What kind of GPU do I need? OpenGL 4.5 support and drivers are required. To get full speed and compatibility -GL-next may eventually be required. +Vulkan/D3D12 may eventually be required. ### Have you heard of LLVM/asmjit/jitasm/luajit/etc?