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