mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
WebGPU update (#2364)
* Update WebGPU renderer to match new state of API * Update WebGPU files
This commit is contained in:
@@ -178,7 +178,7 @@ if _OPTIONS["with-webgpu"] then
|
||||
DAWN_DIR = path.getabsolute(path.join(BGFX_DIR, "../dawn"))
|
||||
end
|
||||
|
||||
if not os.isdir(DAWN_DIR) then
|
||||
if not os.isdir(DAWN_DIR) and "wasm*" ~= _OPTIONS["gcc"] then
|
||||
print("Dawn not found at \"" .. DAWN_DIR .. "\". git clone https://dawn.googlesource.com/dawn?")
|
||||
|
||||
print("For more info see: https://bkaradzic.github.io/bgfx/build.html")
|
||||
|
||||
Reference in New Issue
Block a user