1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-04-16 20:47:20 -05:00
This commit is contained in:
griffi-gh 2024-04-17 16:04:34 +02:00
parent 7a4c4b1a29
commit 104ac018fe

View file

@ -38,6 +38,8 @@ pub struct TextureAtlasMeta<'a> {
/// Texture handle, stores the internal index of a texture within the texture atlas and can be cheaply copied.
///
/// Please note that dropping a handle does not deallocate the texture from the atlas, you must do it manually.
///
/// Only valid for the `UiInstance` that created it.\
/// Using it with other instances may result in panics or unexpected behavior.
///