mirror of
https://github.com/bevyengine/bevy
synced 2025-01-25 11:25:19 +00:00
f7478f448a
# Objective The docs for `{VertexState, FragmentState}::entry_point` stipulate that the entry point function in the shader must return void. This seems to be specific to GLSL; WGSL has no `void` type and its entry point functions return values that describe their output. ## Solution Remove the mention of the `void` return type. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |