mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 15:18:43 -06:00
uwu
This commit is contained in:
parent
4b34137375
commit
d62207fbd3
|
@ -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.
|
/// 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.\
|
/// Only valid for the `UiInstance` that created it.\
|
||||||
/// Using it with other instances may result in panics or unexpected behavior.
|
/// Using it with other instances may result in panics or unexpected behavior.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue