Module bevy_internal::pbr::deferred
source · Structs
- Component with a
depth_id
for specifying which corresponding materials should be rendered by this specific PBR deferred lighting pass. Will be automatically added to entities with theDeferredPrepass
component that don’t already have aPbrDeferredLightingDepthId
.