Skip to content

Add readonly storage buffer example on render pipeline #67

Open
@ottovilleFin

Description

@ottovilleFin

Currently no WGSL samples covers this GLSL use case in vertex shader:

layout(std430, set = 0, binding = 0) readonly buffer myBuffer {
    float numbers[];
} myBuffer;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions