Expand description
Texture loading.
Macros§
- texture_
receive - Macro to wrap a texture receive callback.
Structs§
- Texture
- A loaded texture.
Functions§
- get_
texture - Attempts to retrieve a texture by its identifier.
- get_
texture_ or_ create_ from_ file - Attempts to retrieve a texture or creates it from the given file path.
- get_
texture_ or_ create_ from_ memory - Attempts to retrieve a texture or creates it from the given memory.
- get_
texture_ or_ create_ from_ resource - Attempts to retrieve a texture or creates it from the given resource.
- get_
texture_ or_ create_ from_ url - Attempts to retrieve a texture or creates it from the given URL.
- load_
texture_ from_ file - Loads a texture from the given file path.
- load_
texture_ from_ memory - Loads a texture from the given memory.
///
You can create a
RawTextureReceiveCallbackusing thetexture_receivemacro. - load_
texture_ from_ resource - Loads a texture from the given resource.
- load_
texture_ from_ url - Loads a texture from the given URL.