Skip to content

Memory Leak in HelloTriangle example #16

@macromaniac

Description

@macromaniac

Hi, great project.

In your HelloTriangle.csproj example there is a memory leak caused by not releasing the render pass encoder, view the diagnostic tools window in visual studio and observe the memory go up over time.

Recommend adding on line 383 of HelloTriangle.cs wgpuRenderPassEncoderRelease(renderPass);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions