Cleanup: Draw: Clarify comment

This commit is contained in:
Miguel Pozo 2023-08-23 16:10:38 +02:00
parent c076202e23
commit 8d8f03be9c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ENUM_OPERATORS(SculptBatchFeature, SCULPT_BATCH_UV);
/** Used by engines that don't use GPUMaterials, like the Workbench and Overlay engines. */
Vector<SculptBatch> sculpt_batches_get(Object *ob, SculptBatchFeature features);
/** Used by EEVEE. */
/** Used by EEVEE and Workbench Material/Texture modes. */
Vector<SculptBatch> sculpt_batches_per_material_get(Object *ob,
MutableSpan<GPUMaterial *> materials);