8 lines
No EOL
194 B
C
8 lines
No EOL
194 B
C
// vulkan_guide.h : Include file for standard system include files,
|
|
// or project specific include files.
|
|
|
|
#pragma once
|
|
|
|
#include <vulkan/vulkan.h>
|
|
|
|
//we will add our main reusable types here
|