API reference
API reference
Select your platform
No SDKs available
No versions available

OVRTextureData Struct

Struct that contains data on a texture loaded from a GLTF (GL Transmission Format file).
This includes the raw data of the texture as well as metadata like width, height, format, and uri.

Fields

data : byte[]
Signature
byte [] data
format : OVRTextureFormat
Signature
OVRTextureFormat format
height : int
Signature
int height
transcodedFormat : TextureFormat
Signature
TextureFormat transcodedFormat
uri : string
Signature
string uri
width : int
Signature
int width