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

Function GetTextureIdString

PBR/src/PBR_Renderer.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130static std::string GetTextureIdString(PBR_Renderer::TEXTURE_ATTRIB_ID Id)
131{
132 return std::string{GetTextureAttribString(Id)} + "TextureId";
133}
134
135std::string PBR_Renderer::GetPSOFlagsString(PSO_FLAGS Flags)
136{

Callers 1

DefineMacrosMethod · 0.85

Calls 1

GetTextureAttribStringFunction · 0.85

Tested by

no test coverage detected