Struct LoadTextureOptions
Parameters for loading a texture.
struct Microsoft::Azure::RemoteRendering::LoadTextureOptions
Fields
Blob
See LoadFromBlobOptions.
Microsoft::Azure::RemoteRendering::LoadFromBlobOptions Blob{};
TextureType
The expected texture type.
This has to match the data that is stored in the referenced file.
Microsoft::Azure::RemoteRendering::TextureType TextureType{};