You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually LinkedList Datastructure should be mutable for extensibility. Let's reason around it and make changes. Meanwhile if this is a show stopper for you, you can use cStruct like interface to create this struct on heap or use Accessors.jl to create copy for each modification.
Shouldn't WGPUChainedStruct be mutable since a pointer to it is needed in a lot of structs, including itself
The text was updated successfully, but these errors were encountered: