Diligent Engine
Loading...
Searching...
No Matches
Diligent::RadientAssetResolveInfo Struct Reference

Asset byte-resolution request. More...

#include <RadientAssetResolver.h>

Public Attributes

const Char * URI = nullptr
const Char * BaseURI = nullptr

Detailed Description

Asset byte-resolution request.

Member Data Documentation

◆ BaseURI

const Char* Diligent::RadientAssetResolveInfo::BaseURI = nullptr

Optional URI of the asset that references URI. Relative URIs are resolved against this URI by the active resolver.

◆ URI

const Char* Diligent::RadientAssetResolveInfo::URI = nullptr

Asset URI to resolve. This may be a file path, package path, memory URI, network URI, or any resolver-defined identifier.