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

Function GetTextureAttribIdString

PBR/src/PBR_Renderer.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static std::string GetTextureAttribIdString(PBR_Renderer::TEXTURE_ATTRIB_ID Id)
126{
127 return std::string{GetTextureAttribString(Id)} + "TextureAttribId";
128}
129
130static std::string GetTextureIdString(PBR_Renderer::TEXTURE_ATTRIB_ID Id)
131{

Callers 1

DefineMacrosMethod · 0.85

Calls 1

GetTextureAttribStringFunction · 0.85

Tested by

no test coverage detected