From 6984de90cb1fa84204ac81f8d2f08398f14d267a Mon Sep 17 00:00:00 2001 From: Bailey Harrison Date: Sun, 26 Mar 2023 13:26:17 +0100 Subject: [PATCH] Update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 44bdc54..12301e4 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,8 @@ ----- TO DO LIST ----- +vulkan/device.cpp: report what is missing when a device fails to be found. +Only select physical device 0 to simplify code. + Supported different event 'kinds' (postPhysics, preRender, postRender etc) TODO now: the collision system doesn't use the "isTrigger" bool properly.