add gcc to todo.md
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 28 Aug 2017 20:28:40 +0000 (13:28 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2017 20:28:40 +0000 (13:28 -0700)
docs/todo.md

index 438a39049a6a0b430fa1f80e9114911db7441335..ed6589ca96ee3143fcbfb3c3a5687a8eae6d1b8e 100644 (file)
@@ -28,3 +28,6 @@ Not implemented:
 - indexed drawing -- should implement a vertex cache of some sort
 - shader compile cache
 - Vulkan WSI
+
+Misc:
+- Determine if cmake supports using multiple compilers, allowing use of gcc for compiling everything except for the code that needs to end up as llvm ir.