Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepass vertex shader always outputs world position (#10657)
# Objective the pbr prepass vertex shader currently only sets `VertexOutput::world_position` when deferred or motion prepasses are enabled. the field is always in the vertex output so is otherwise undetermined, and the calculation is very cheap. ## Solution always set the world position in the pbr prepass vert shader.
- Loading branch information