gpu: add CommandBuffer TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-10 00:16:34 -07:00 committed by Stephen Gutekanst
parent 66504ca724
commit 8dff15ecd6

View file

@ -8,6 +8,8 @@ vtable: *const VTable,
pub const VTable = struct {
reference: fn (ptr: *anyopaque) void,
release: fn (ptr: *anyopaque) void,
// TODO:
// WGPU_EXPORT void wgpuCommandBufferSetLabel(WGPUCommandBuffer commandBuffer, char const * label);
};
pub inline fn reference(buf: CommandBuffer) void {