rising3월 14일· 2 sources

Zero-Copy GPU Compute on Camera Frames in React Native — What Actually Worked

React Native에서 카메라 프레임의 Zero-Copy GPU 연산 — 실제로 동작한 방법

Why it matters

The author built a React Native camera library running WebGPU compute shaders on live camera frames at 60fps+, encountering 13 distinct build and integration failures. Naive approaches of copying pixel data to JS or using partial JS-side WebGPU bindings failed due to memory pressure and incomplete Dawn implementations. The working architecture keeps pixels on the GPU entirely, using Dawn for compute and Skia Graphite for rendering via a native pipeline.

2
Sources
+0
24h
Growth
190d
Active
apple logdawnlidarreact nativeskia graphitevisioncamerawebgpuwgslzero-copy gpu

Sources

Related Issues