Skip to content

mutability of WGPUChainedStruct #22

@VarLad

Description

@VarLad

Shouldn't WGPUChainedStruct be mutable since a pointer to it is needed in a lot of structs, including itself

struct WGPUChainedStruct
    next::Ptr{WGPUChainedStruct}
    sType::WGPUSType
end

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions