deno.com

function Deno.webgpu.deviceStartCapture

unstable
#deviceStartCapture(device: GPUDevice): void

Starts a frame capture.

This API is useful for debugging issues related to graphics, and makes the captured data available to RenderDoc or XCode (or other software for debugging frames)

Parameters #

#device: GPUDevice

Return Type #

void