mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
Make the Vulkan backend interface use native Vulkan types
This extends our Vulkan handle wrapper to have conversions from uint64_t as well as the native Vulkan types: - The dawn_wsi interface uses the uint64_t version. - The backend interface uses the native Vulkan version
This commit is contained in:
committed by
Corentin Wallez
parent
5dcaadb0f9
commit
5d313225ff
@@ -15,9 +15,11 @@
|
||||
#include "utils/BackendBinding.h"
|
||||
|
||||
#include "common/Assert.h"
|
||||
#include "common/vulkan_platform.h"
|
||||
#include "dawn/dawn_wsi.h"
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
// Include GLFW after Vulkan so that it declares the Vulkan-specific functions
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user