Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

--multimodule with duplicate entry_point_names outputs one file #85

Description

@LegNeato

Running cargo gpu --multimodule on something like

#[spirv(fragment(entry_point_name = "main"))]
main_frag(){}

#[spirv(vertex(entry_point_name = "main"))]
main_vertex(){}

outputs a singular file (main.1.spv). I expect to have multiple file outputs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions