metal: setup the render loop, draw the background color

This commit is contained in:
Mitchell Hashimoto
2022-10-28 15:46:05 -07:00
parent 07271a6cfd
commit 090bab6798
3 changed files with 147 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ pub const Object = struct {
break :getter objc.sel(val);
} else objc.sel(n);
self.msgSend(T, getter, .{});
return self.msgSend(T, getter, .{});
}
};