Added some files to start moving functions into

This commit is contained in:
Warwick New 2025-01-24 19:24:47 +00:00
parent 35e5c8c3c2
commit b29fdcd83f
5 changed files with 2 additions and 1 deletions

View file

@ -308,7 +308,6 @@ QueueFamilyIndices findQueueFamilies(VkPhysicalDevice device,
} }
bool checkDeviceExtensionSupport(VkPhysicalDevice device) { bool checkDeviceExtensionSupport(VkPhysicalDevice device) {
uint32_t availableExtensionCount; uint32_t availableExtensionCount;
vkEnumerateDeviceExtensionProperties(device, NULL, &availableExtensionCount, vkEnumerateDeviceExtensionProperties(device, NULL, &availableExtensionCount,
NULL); NULL);

0
src/vulkan_wrapper.c Normal file
View file

1
src/vulkan_wrapper.h Normal file
View file

@ -0,0 +1 @@
#pragma once

0
src/window.c Normal file
View file

1
src/window.h Normal file
View file

@ -0,0 +1 @@
#pragma once