MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / GetDefaultTexturePath

Function GetDefaultTexturePath

Hydrogent/src/HnMaterial.cpp:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361static pxr::TfToken GetDefaultTexturePath(const pxr::TfToken& Name)
362{
363 return pxr::TfToken{std::string{"$Default-"} + Name.GetString()};
364}
365
366HnTextureRegistry::TextureHandleSharedPtr HnMaterial::GetDefaultTexture(HnTextureRegistry& TexRegistry, const pxr::TfToken& Name)
367{

Callers 1

GetDefaultTextureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected