DiligentGraphics / DiligentCore

A modern cross-platform low-level graphics API
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
612 stars 132 forks source link

WebGPU: enable Linux native build #559

Open TheMostDiligent opened 1 month ago

TheMostDiligent commented 1 month ago

Run tests on CI

TheMostDiligent commented 1 month ago
FetchContent_DeclareShallowGit(
    vulkan-utility-libraries
    GIT_REPOSITORY         https://github.com/KhronosGroup/Vulkan-Utility-Libraries
    GIT_TAG                vulkan-sdk-1.3.283.0
)
FetchContent_MakeAvailable(vulkan-utility-libraries)
set(DAWN_VULKAN_UTILITY_LIBRARIES_DIR "${vulkan-utility-libraries_SOURCE_DIR}"  CACHE STRING "Directory in which to find Vulkan-Utility-Libraries"  FORCE)
MikhailGorobets commented 1 month ago

https://issues.chromium.org/issues/355249247

TheMostDiligent commented 1 month ago

Blocked by Dawn issues