Docs.rs
gltforge-unity-0.0.4
gltforge-unity 0.0.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
TonyMarkham
Dependencies
error-location ^0.1.0
normal
gltforge ^0.0.4
normal
thiserror ^2.0.18
normal
Versions
72.52%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module unity_image
gltforge_
unity
0.0.4
Module unity_
image
Module Items
Structs
Functions
In crate gltforge_
unity
gltforge_unity
Module
unity_
image
Copy item path
Source
Structs
§
Unity
Image
A glTF image entry, providing the URI needed for Unity to load the texture asset.
Functions
§
gltforge_
image_
count
⚠
Return the number of images.
gltforge_
image_
name
⚠
Return a pointer to the UTF-8 name bytes for image
image_idx
.
out_len
receives the byte length. Returns null if
image_idx
is out of range.
gltforge_
image_
uri
⚠
Return a pointer to the UTF-8 URI bytes for image
image_idx
.
out_len
receives the byte length. Returns null if
image_idx
is out of range or the image is buffer-view-embedded.