#Instant game for super low end mobile phone
1 messages · Page 1 of 1 (latest)
I mean.. we have to ensure it is optimized on android first then proceed to HTML WebGPU Android
I don’t think this is something WebGPU would address.
🤔 I see then what's the different between WebGL and WebGPU? Is there's any technical breakthrogh for this or it's just yet another option?
a simple way, webGPU let app talk to GPU directly and access compute shaders
alternative to webGL
WebGPU is the working name for a potential web standard and JavaScript API for accelerated graphics and compute, aiming to provide "modern 3D graphics and computation capabilities". It is developed by the W3C GPU for the Web Community Group with engineers from Apple, Mozilla, Microsoft, Google, and others.Unlike WebGL, WebGPU is not a direct por...
Unlike WebGL, WebGPU is not a direct port of any existing native API. It is based on APIs provided by Vulkan, Metal, and Direct3D 12 and is intended to provide high performance across mobile and desktop platforms.