Files
wiicompiled/aurora-main/lib/dawn/BackendBinding.hpp
patchzyy ec226e8348 init
2026-08-23 17:10:50 +02:00

13 lines
250 B
C++

#pragma once
#include <memory>
#include <webgpu/webgpu_cpp.h>
struct SDL_Window;
namespace aurora::webgpu::utils {
std::shared_ptr<wgpu::ChainedStruct> SetupWindowAndGetSurfaceDescriptor(SDL_Window* window);
} // namespace aurora::webgpu::utils