Fix intro message formatting
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a26d3e3689
commit
436b990d45
|
@ -9624,11 +9624,11 @@ static Refresh_Device* VULKAN_CreateDevice(
|
||||||
);
|
);
|
||||||
Refresh_LogWarn(
|
Refresh_LogWarn(
|
||||||
"\n"
|
"\n"
|
||||||
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"
|
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"
|
||||||
"! Refresh Vulkan is still in development! !\n"
|
"! Refresh Vulkan is still in development! !\n"
|
||||||
"! The API is unstable and subject to change !\n"
|
"! The API is unstable and subject to change !\n"
|
||||||
"! You have been warned! !\n"
|
"! You have been warned! !\n"
|
||||||
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!VULKAN_INTERNAL_CreateLogicalDevice(
|
if (!VULKAN_INTERNAL_CreateLogicalDevice(
|
||||||
|
|
Loading…
Reference in New Issue