mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[vulkan] Fix incorrect header guard
This commit is contained in:
parent
8601e09569
commit
cbb43d8b29
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef __QF_Vulkan_renderpass_h
|
||||
#define __QF_Vulkan_renderpass_h
|
||||
#ifndef __QF_Vulkan_qf_renderpass_h
|
||||
#define __QF_Vulkan_qf_renderpass_h
|
||||
|
||||
#ifndef VK_NO_PROTOTYPES
|
||||
#define VK_NO_PROTOTYPES
|
||||
|
@ -85,4 +85,4 @@ void QFV_RenderPass_CreateRenderPass (qfv_renderpass_t *renderpass);
|
|||
void QFV_RenderPass_CreateFramebuffer (qfv_renderpass_t *renderpass);
|
||||
|
||||
|
||||
#endif//__QF_Vulkan_renderpass_h
|
||||
#endif//__QF_Vulkan_qf_renderpass_h
|
||||
|
|
Loading…
Reference in a new issue