Fixed lint issues & cleaned up some documentation.

This commit is contained in:
shan 2022-10-06 07:28:05 -07:00
parent 1eb8d972ba
commit cb7c467654
24 changed files with 33 additions and 40 deletions

View file

@ -26,7 +26,7 @@ pub(crate) struct Pipeline {
pipelines: TrianglePipelines,
}
/// Supported triangle pipelines for different fills. Both use the same vertex shader.
/// Supported triangle pipelines for different fills.
pub(crate) struct TrianglePipelines {
solid: SolidPipeline,
gradient: GradientPipeline,