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

@LegNeato

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions