mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 14:42:07 +00:00
97f9fd81d6
The old structs will go away eventually, and I'm tired of seeing that _ tail.
13 lines
328 B
R
13 lines
328 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_osubpass_s {
|
|
vec4 color;
|
|
string name;
|
|
} qfv_osubpass_t;
|