mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 16:37:30 +00:00
11 lines
172 B
C
11 lines
172 B
C
|
#ifndef __vkparse_h
|
||
|
#define __vkparse_h
|
||
|
|
||
|
#include "QF/Vulkan/renderpass.h"
|
||
|
|
||
|
VkRenderPass
|
||
|
QFV_ParseRenderPass (qfv_device_t *device, plitem_t *plist);
|
||
|
|
||
|
|
||
|
#endif//__vkparse_h
|