Skip to content

Commit

Permalink
Merge pull request #22 from JeffreyPalmer/main
Browse files Browse the repository at this point in the history
Fix requiredFeatureCount struct assignment
  • Loading branch information
arhik authored May 3, 2024
2 parents 1d2083a + 2757ac7 commit 0eadcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function requestDevice(
WGPUDeviceDescriptor;
label = toCString(label),
nextInChain = convert(Ptr{WGPUChainedStruct}, deviceExtras |> ptr),
requiredFeaturesCount = 0,
requiredFeatureCount = 0,
requiredLimits = (wgpuRequiredLimits |> ptr),
defaultQueue = wgpuQueueDescriptor |> concrete,
)
Expand Down

0 comments on commit 0eadcbc

Please sign in to comment.