Load
(
data
, ktxData
)
|
Loads the given KTX2 texture data, as well as metadata, into a given OVRTextureData struct.
Signature
static bool Load(byte[] data, ref OVRTextureData ktxData) Parameters data: byte[]
Binary data that represents the KTX2 texture.
Returns bool
True if the loading of the KTX2 texture was successful, otherwise false.
|