gpu: inline TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-25 21:58:21 -07:00 committed by Stephen Gutekanst
parent 8453b0d2a6
commit b0adf42c70
25 changed files with 1939 additions and 605 deletions

View file

@ -1,6 +1,12 @@
const ChainedStruct = @import("types.zig").ChainedStruct;
pub const Surface = *opaque {};
pub const Surface = *opaque {
// TODO
// pub inline fn surfaceReference(surface: gpu.Surface) void {
// TODO
// pub inline fn surfaceRelease(surface: gpu.Surface) void {
};
pub const SurfaceDescriptor = extern struct {
next_in_chain: *const ChainedStruct,