From 98d30a560eae17695cbc1b1784310dbbcd768c2c Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 23 Nov 2017 17:30:36 +1100 Subject: [PATCH] hello: use new colour coordinate type names --- tools/hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hello.cpp b/tools/hello.cpp index d52f550..0c6639a 100644 --- a/tools/hello.cpp +++ b/tools/hello.cpp @@ -60,7 +60,7 @@ vk_debug_callback (VkDebugReportFlagsEXT flags, /////////////////////////////////////////////////////////////////////////////// struct vertex_t { util::point2f position; - util::colour3f colour; + util::srgba3f colour; };