Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
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{};