mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[vulkan] Remove vkparse.hinc from vkparse.h
Kind of silly having the vkparse_internal define when it was just bypassed anyway.
This commit is contained in:
parent
08f33d2f3a
commit
e14e8050dc
3 changed files with 1 additions and 6 deletions
|
@ -47,9 +47,8 @@
|
||||||
|
|
||||||
#include "vid_vulkan.h"
|
#include "vid_vulkan.h"
|
||||||
|
|
||||||
#define vkparse_internal
|
|
||||||
#include "vkparse.h"
|
#include "vkparse.h"
|
||||||
#undef vkparse_internal
|
#include "libs/video/renderer/vulkan/vkparse.hinc"
|
||||||
|
|
||||||
typedef struct parseres_s {
|
typedef struct parseres_s {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
|
@ -10,9 +10,6 @@ typedef struct parsectx_s {
|
||||||
|
|
||||||
#include "QF/cexpr.h"
|
#include "QF/cexpr.h"
|
||||||
#include "QF/plist.h"
|
#include "QF/plist.h"
|
||||||
#ifdef vkparse_internal
|
|
||||||
#include "libs/video/renderer/vulkan/vkparse.hinc"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define QFV_PROPERTIES "properties"
|
#define QFV_PROPERTIES "properties"
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
#include "vid_vulkan.h"
|
#include "vid_vulkan.h"
|
||||||
|
|
||||||
#include "vkparse.h"
|
#include "vkparse.h"
|
||||||
|
|
||||||
#include "libs/video/renderer/vulkan/vkparse.hinc"
|
#include "libs/video/renderer/vulkan/vkparse.hinc"
|
||||||
|
|
||||||
static exprsym_t builtin_plist_syms[] = {
|
static exprsym_t builtin_plist_syms[] = {
|
||||||
|
|
Loading…
Reference in a new issue