Add initial base implementation for WebGPU rendering backend
This commit is contained in:
@@ -175,6 +175,11 @@ bool GraphicsService::Init()
|
||||
extern GPUDevice* CreateGPUDevicePS5();
|
||||
if (!device)
|
||||
device = CreateGPUDevicePS5();
|
||||
#endif
|
||||
#if GRAPHICS_API_WEBGPU
|
||||
extern GPUDevice* CreateGPUDeviceWebGPU();
|
||||
if (!device)
|
||||
device = CreateGPUDeviceWebGPU();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user