learn-vulkan/vk_initializers.h
2025-11-24 10:50:50 -05:00

12 lines
200 B
C++

// vulkan_guide.h : Include file for standard system include files,
// or project specific include files.
#pragma once
#include <vk_types.h>
namespace vkinit {
//vulkan init code goes here
}