cwoffenden / hello-webgpu

Cross-platform C++ example for WebGPU and Dawn
262 stars 36 forks source link

iOS and Android support #6

Open erpapa opened 3 years ago

erpapa commented 3 years ago

is it possible to run demo on iOS and Android?

cwoffenden commented 3 years ago

I took a quick look at building Dawn for iOS and it doesn't look like it's supported yet. Setting the target_os to iOS wasn't enough to build the lib. I'll take another look at some point.