hello: use new colour coordinate type names
This commit is contained in:
parent
d876e113f8
commit
98d30a560e
@ -60,7 +60,7 @@ vk_debug_callback (VkDebugReportFlagsEXT flags,
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
struct vertex_t {
|
struct vertex_t {
|
||||||
util::point2f position;
|
util::point2f position;
|
||||||
util::colour3f colour;
|
util::srgba3f colour;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user