deno.com

function Deno.webgpu.deviceStopCapture

unstable
#deviceStopCapture(device: GPUDevice): void

Stops 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