Added some files to start moving functions into
This commit is contained in:
parent
35e5c8c3c2
commit
b29fdcd83f
5 changed files with 2 additions and 1 deletions
|
|
@ -308,7 +308,6 @@ QueueFamilyIndices findQueueFamilies(VkPhysicalDevice device,
|
|||
}
|
||||
|
||||
bool checkDeviceExtensionSupport(VkPhysicalDevice device) {
|
||||
|
||||
uint32_t availableExtensionCount;
|
||||
vkEnumerateDeviceExtensionProperties(device, NULL, &availableExtensionCount,
|
||||
NULL);
|
||||
|
|
|
|||
0
src/vulkan_wrapper.c
Normal file
0
src/vulkan_wrapper.c
Normal file
1
src/vulkan_wrapper.h
Normal file
1
src/vulkan_wrapper.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#pragma once
|
||||
0
src/window.c
Normal file
0
src/window.c
Normal file
1
src/window.h
Normal file
1
src/window.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#pragma once
|
||||
Loading…
Reference in a new issue