gloss_renderer/components/
render_comps.rs

1/// Identifies a mesh that will be rendered to the screen
2pub struct Renderable;
3
4/// Identifies a mesh that has been modified in some way and we need to update
5/// the shadow map
6pub struct ShadowMapDirty;