mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
vulkan-samples: update to latest revision
Drop upstreamed patch. (From OE-Core rev: b88edd42ac9bfd38153f6178d782936b52542f31) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
07322357f7
commit
b933243afb
-27
@@ -1,27 +0,0 @@
|
||||
From 8c069a1c4452f626e5bafc547463507d86111319 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex@linutronix.de>
|
||||
Date: Tue, 19 Jul 2022 16:55:40 +0200
|
||||
Subject: [PATCH] framework/core/hpp_vulkan_resource.h: add header include that
|
||||
defines std::exchange
|
||||
|
||||
Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Samples/pull/501]
|
||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||
---
|
||||
framework/core/hpp_vulkan_resource.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/framework/core/hpp_vulkan_resource.h b/framework/core/hpp_vulkan_resource.h
|
||||
index 0e30f5a..8d83019 100644
|
||||
--- a/framework/core/hpp_vulkan_resource.h
|
||||
+++ b/framework/core/hpp_vulkan_resource.h
|
||||
@@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <vulkan/vulkan.hpp>
|
||||
+#include <utility>
|
||||
|
||||
namespace vkb
|
||||
{
|
||||
--
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user