Skip to content

Commit 5547666

Browse files
authored
Rename enabled_fse to fse_supported in vulkan_common.h
1 parent 382907f commit 5547666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gfx/common/vulkan_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ typedef struct gfx_ctx_vulkan_data
385385
struct vulkan_emulated_mailbox mailbox;
386386
uint8_t flags;
387387
enum vulkan_wsi_type wsi_type;
388-
bool enabled_fse;
388+
bool fse_supported;
389389
} gfx_ctx_vulkan_data_t;
390390

391391
struct vulkan_display_surface_info

0 commit comments

Comments
 (0)