Skip to content

--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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions