-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Labels
t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.
Description
When setting #[spirv(fragment)]
on a non-pub function, rust-gpu errors with an obtuse error:
error: error:0:0 - No OpEntryPoint instruction was found. This is only allowed if the Linkage capability is being used.
This case should be detected and warned or even made an error if it is not supported. Further, the error message should be fixed as suggested in #1139.
Metadata
Metadata
Assignees
Labels
t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
LegNeato commentedon Mar 28, 2024
From discord eddyb says:
rust-gpu-bot commentedon Nov 13, 2024
This issue is now being tracked at: Rust-GPU/rust-gpu#60
LegNeato commentedon Nov 23, 2024
This is now Rust-GPU/rust-gpu#155