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

Commit dba4dfb

Browse files
committed
Add comments
1 parent 2169028 commit dba4dfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web_ui/lib/src/engine/texture.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
/// A collection of textures available to the engine.
56
abstract class TextureRegistry {
67
/// Registers a texture.
78
int registerTexture(Object source);

0 commit comments

Comments
 (0)