From c9e356ed8aeb0dbf84d1a6495e45c1e1ac893d3d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Sep 2024 20:35:33 +0100 Subject: [PATCH] tests/gl_basic_test: add some TODOs Signed-off-by: Emil Velikov --- tests/functional/gl_basic_test.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/functional/gl_basic_test.c b/tests/functional/gl_basic_test.c index e912a85..d39339d 100644 --- a/tests/functional/gl_basic_test.c +++ b/tests/functional/gl_basic_test.c @@ -12,6 +12,10 @@ /// 4. Verify the window contents with glReadPixels. /// 5. Tear down all waffle state. +/// TODO: +/// - find a way to unify with examples/gl_basic +/// - window resize tests, with ^^ for free? + #include #include #include // for cmocka.h -- 2.11.4.GIT