Added image loading
Added some string functions and macros Added path listing on windows Added assets
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
VK_FUNC(GetDeviceProcAddr);
|
||||
VK_FUNC(GetPhysicalDeviceSurfaceCapabilitiesKHR);
|
||||
VK_FUNC(GetPhysicalDeviceSurfaceFormatsKHR);
|
||||
VK_FUNC(GetPhysicalDeviceMemoryProperties2);
|
||||
|
||||
#if defined(VK_USE_PLATFORM_WIN32_KHR)
|
||||
VK_FUNC(CreateWin32SurfaceKHR);
|
||||
@@ -39,7 +40,16 @@
|
||||
VK_FUNC(BeginCommandBuffer);
|
||||
VK_FUNC(EndCommandBuffer);
|
||||
VK_FUNC(DeviceWaitIdle);
|
||||
VK_FUNC(AllocateMemory);
|
||||
VK_FUNC(CreateBuffer);
|
||||
VK_FUNC(GetBufferMemoryRequirements);
|
||||
VK_FUNC(BindBufferMemory);
|
||||
VK_FUNC(CreateImage);
|
||||
VK_FUNC(GetImageMemoryRequirements);
|
||||
VK_FUNC(BindImageMemory);
|
||||
VK_FUNC(MapMemory);
|
||||
|
||||
VK_FUNC(CmdCopyBufferToImage);
|
||||
VK_FUNC(CmdPipelineBarrier2);
|
||||
VK_FUNC(CmdBeginRendering);
|
||||
VK_FUNC(CmdEndRendering);
|
||||
|
||||
Reference in New Issue
Block a user