quakeforge/libs/video/renderer/vulkan/vkgen/vulkan.r
Bill Currie fc06547dd9 [vulkan] move qfv_output_t to render.h
The plan is qf_renderpass.h (and vulkan_renderpass.c) will eventually
disappear as they get absorbed by render.[ch].
2023-02-19 12:31:40 +09:00

13 lines
326 B
R

#define __x86_64__
#include <vulkan/vulkan.h>
typedef vec4 vec4f_t;
#define __QF_simd_types_h
#include "QF/Vulkan/render.h"
//FIXME copy of qfv_subpass_t in qf_renderpass.h
//except it doesn't really matter because a custom spec is used
typedef struct qfv_subpass_s {
vec4 color;
string name;
} qfv_subpass_t;