mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 08:50:58 +00:00
96df447c45
The pipeline parser still isn't hooked up yet as something isn't quite right, but it seems all the parsing works.
10 lines
246 B
C
10 lines
246 B
C
#ifndef __vkparse_h
|
|
#define __vkparse_h
|
|
|
|
#include "QF/Vulkan/renderpass.h"
|
|
#include "libs/video/renderer/vulkan/vkparse.hinc"
|
|
|
|
VkRenderPass QFV_ParseRenderPass (vulkan_ctx_t *ctx, plitem_t *plist);
|
|
void QFV_InitParse (void);
|
|
|
|
#endif//__vkparse_h
|