Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit caffebc

Browse files
author
Jonah Williams
authored
Update context_vk.cc
1 parent e7ff38a commit caffebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/renderer/backend/vulkan/context_vk.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void ContextVK::Setup(Settings settings) {
156156
// 1. The user has explicitly enabled it.
157157
// 2. We are in a combination of debug mode, and running on Android.
158158
// (It's possible 2 is overly conservative and we can simplify this)
159-
auto enable_validation = false; // settings.enable_validation;
159+
auto enable_validation = settings.enable_validation;
160160

161161
#if defined(FML_OS_ANDROID) && !defined(NDEBUG)
162162
enable_validation = true;

0 commit comments

Comments
 (0)