mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
3302690d7e
Based on https://github.com/microsoft/vcpkg/pull/36518, credits @abique. This update makes skia use vcpkg vulkan. There are still vendored dependencies (abseil, spirv-*, maybe also dawn, graphite), but I don't want to touch that now. --------- Co-authored-by: Alexandre Bique <bique.alexandre@gmail.com>
13 lines
507 B
Diff
13 lines
507 B
Diff
diff --git a/include/gpu/graphite/Recorder.h b/include/gpu/graphite/Recorder.h
|
|
index 64e9fad..44a9aca 100644
|
|
--- a/include/gpu/graphite/Recorder.h
|
|
+++ b/include/gpu/graphite/Recorder.h
|
|
@@ -11,6 +11,7 @@
|
|
#include "include/core/SkRefCnt.h"
|
|
#include "include/core/SkSize.h"
|
|
#include "include/gpu/graphite/GraphiteTypes.h"
|
|
+#include "include/gpu/graphite/ImageProvider.h"
|
|
#include "include/gpu/graphite/Recording.h"
|
|
#include "include/private/base/SingleOwner.h"
|
|
#include "include/private/base/SkTArray.h"
|