forked from MoonsideGames/Refresh
convert all spaces to tabs
parent
5187093ddc
commit
517399f5d9
|
@ -0,0 +1,13 @@
|
||||||
|
# EditorConfig is awesome: https://EditorConfig.org
|
||||||
|
|
||||||
|
# top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.{c,h}]
|
||||||
|
charset = utf-8-bom
|
||||||
|
max_line_length = 100
|
|
@ -9621,11 +9621,12 @@ static Refresh_Device* VULKAN_CreateDevice(
|
||||||
renderer->physicalDeviceDriverProperties.conformanceVersion.patch
|
renderer->physicalDeviceDriverProperties.conformanceVersion.patch
|
||||||
);
|
);
|
||||||
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