Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0d8dfd5

Browse files
committed
updated comment
1 parent 733b7e3 commit 0d8dfd5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

impeller/entity/entity_pass.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,10 @@ static EntityPassTarget CreateRenderTarget(ContentContext& renderer,
257257
/// changed for the lifetime of the textures.
258258

259259
if (context->GetBackendType() != Context::BackendType::kMetal) {
260-
// TODO(tbd): Implement mip map generation on vulkan.
261-
// TODO(tbd): Implement mip map generation on opengles.
260+
// TODO(https://github.com/flutter/flutter/issues/141495): Implement mip map
261+
// generation on vulkan.
262+
// TODO(https://github.com/flutter/flutter/issues/141732): Implement mip map
263+
// generation on opengles.
262264
mip_count = 1;
263265
}
264266

0 commit comments

Comments
 (0)