wip: uncommitted changes from claude run on issue #27
This commit is contained in:
parent
bbe1b21c22
commit
5797e9b094
1 changed files with 1 additions and 3 deletions
|
|
@ -56,9 +56,7 @@ int main() {
|
||||||
UICustomBinding invBindings[] = {
|
UICustomBinding invBindings[] = {
|
||||||
{ .group = 2,
|
{ .group = 2,
|
||||||
.binding = 0,
|
.binding = 0,
|
||||||
.kind = UICustomBindingKind::Buffer,
|
.kind = UICustomBindingKind::Buffer, .pushOffset = static_cast<std::uint32_t>(offsetof(Crafter::UIDispatchHeader, itemBuffer)) },
|
||||||
._pad = 0,
|
|
||||||
.pushOffset = static_cast<std::uint32_t>(offsetof(Crafter::UIDispatchHeader, itemBuffer)) },
|
|
||||||
};
|
};
|
||||||
inverseCircle.Load(std::filesystem::path("inverse-circle.comp.wgsl"), invBindings);
|
inverseCircle.Load(std::filesystem::path("inverse-circle.comp.wgsl"), invBindings);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue