menu
GpuCommandBufferDescriptor
import { GpuCommandBufferDescriptor } from "destack:gpu/binding";
Command buffer descriptor.
1export struct GpuCommandBufferDescriptor {2 label: string;3}Members
label: stringDebug label.
import { GpuCommandBufferDescriptor } from "destack:gpu/binding";
Command buffer descriptor.
1export struct GpuCommandBufferDescriptor {2 label: string;3}label: stringDebug label.