gpu: update TODO comment

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-26 20:49:16 -07:00 committed by Stephen Gutekanst
parent e04864d553
commit 4ffede8caa

View file

@ -1341,7 +1341,7 @@ pub const StubInterface = Interface(struct {
unreachable;
}
// TODO: should return nullable; file bug in Dawn docstrings!
// TODO: file a bug on Dawn docstrings, this returns null but is not documented as such.
pub inline fn bufferGetConstMappedRange(buffer: gpu.Buffer, offset: usize, size: usize) ?*const anyopaque {
_ = buffer;
_ = offset;
@ -1349,7 +1349,7 @@ pub const StubInterface = Interface(struct {
unreachable;
}
// TODO: should return nullable; file bug in Dawn docstrings!
// TODO: file a bug on Dawn docstrings, this returns null but is not documented as such.
pub inline fn bufferGetMappedRange(buffer: gpu.Buffer, offset: usize, size: usize) ?*anyopaque {
_ = buffer;
_ = offset;