Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a warning for FRenderableManager (#8210)
In some cases, users set materials first without providing render primitives, which has incurred the attribute mismatching warning. This isn't helpful because users don't know what action they should take to remove the warning. Emit the warning only when the primitive handle is initialized so the AttributeBitset is properly populated. BUGS=[372755205]
- Loading branch information