rename MwWaylandAlwaysRender to MwWaylandVulkan
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
b8229c3ee8
commit
637015e4d5
4 changed files with 13 additions and 6 deletions
|
|
@ -144,7 +144,12 @@ typedef struct wayland_call_table {
|
|||
} wayland_call_table_t;
|
||||
|
||||
extern wayland_call_table_t wl_call_tbl;
|
||||
extern MwBool MwWaylandAlwaysRender;
|
||||
#ifdef MW_VULKAN
|
||||
extern MwBool MwWaylandVulkan;
|
||||
#else
|
||||
#define MwWaylandVulkan 0
|
||||
#endif
|
||||
|
||||
/* defined inline right here so that it doesn't conflict with the other macros */
|
||||
MwInline int wayland_load_funcs() {
|
||||
#ifdef __APPLE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue