gpu: make Buffer.get*MappedRange a friendlier slice API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1848ac8ac7
commit
825a07ac2f
4 changed files with 34 additions and 12 deletions
|
|
@ -1,3 +1,4 @@
|
|||
const std = @import("std");
|
||||
const CommandBuffer = @import("command_buffer.zig").CommandBuffer;
|
||||
const Buffer = @import("buffer.zig").Buffer;
|
||||
const Texture = @import("texture.zig").Texture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue