Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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{};