Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e85373f authored by Ian Elliott's avatar Ian Elliott
Browse files

Hook the VK_KHR_incremental_present extension

Test: Ran the CTS tests

Small oversight when first implemented.

Change-Id: I9d4804aea3c986c49d69bc1f56b81127553f7863
parent 87162c12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -467,6 +467,7 @@ void CreateInfoWrapper::FilterExtension(const char* name) {
                name = VK_ANDROID_NATIVE_BUFFER_EXTENSION_NAME;
                ext_bit = ProcHook::ANDROID_native_buffer;
                break;
            case ProcHook::KHR_incremental_present:
            case ProcHook::GOOGLE_display_timing:
                hook_extensions_.set(ext_bit);
                // return now as these extensions do not require HAL support