Latest chapter from vkguide but doesn't work yet.

This commit is contained in:
Zed A. Shaw 2025-11-28 14:11:28 -05:00
parent 40717cf8e4
commit a5c13d8654
10 changed files with 321 additions and 7 deletions

9
vk_pipelines.h Normal file
View file

@ -0,0 +1,9 @@
#pragma once
#include "vk_types.h"
namespace vkutil {
bool load_shader_module(const char* filePath,
VkDevice device,
VkShaderModule* outShaderModule);
}