hello: use new colour coordinate type names

This commit is contained in:
Danny Robson 2017-11-23 17:30:36 +11:00
parent d876e113f8
commit 98d30a560e

View File

@ -60,7 +60,7 @@ vk_debug_callback (VkDebugReportFlagsEXT flags,
///////////////////////////////////////////////////////////////////////////////
struct vertex_t {
util::point2f position;
util::colour3f colour;
util::srgba3f colour;
};