mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +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>
12 lines
316 B
Diff
12 lines
316 B
Diff
--- a/src/gpu/ganesh/d3d/GrD3DUtil.h 2024-01-23 22:09:34
|
|
+++ b/src/gpu/ganesh/d3d/GrD3DUtil.h 2024-02-01 18:09:20
|
|
@@ -8,6 +8,8 @@
|
|
#ifndef GrD3DUtil_DEFINED
|
|
#define GrD3DUtil_DEFINED
|
|
|
|
+#include <string>
|
|
+
|
|
#include "include/core/SkImage.h"
|
|
#include "include/gpu/GrTypes.h"
|
|
#include "include/gpu/d3d/GrD3DTypes.h"
|