8000 `--multimodule` with duplicate `entry_point_name`s outputs one file · Issue #85 · Rust-GPU/cargo-gpu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
--multimodule with duplicate entry_point_names outputs one file #85
Open
@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

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

      0