Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
Parameters for loading a texture using a URI.
struct Microsoft::Azure::RemoteRendering::LoadTextureFromSasOptions
Fields
TextureUri
URI to the texture.
Either 'builtin://xyz' or a URI pointing to a texture. Both raw (public) URIs to blob store and URIs with embedded SAS tokens to blob store are supported.
std::string TextureUri{};
TextureType
The expected texture type.
This has to match the data that is stored in the referenced file.
Microsoft::Azure::RemoteRendering::TextureType TextureType{};