MCPcopy Create free account
hub / github.com/carbonengine/trinity / XSLChild

Function XSLChild

shadercompiler/OutputHLSL.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template <typename XSL>
32XSL XSLChild( const XSL& parent, size_t childIndex )
33{
34 return XSL{ parent.node->GetChild( childIndex ), parent.symbolTable };
35}
36
37template <typename XSL>
38CodeStream& operator<<( CodeStream& os, const Children<XSL>& children )

Callers 1

OutputHLSL.cppFile · 0.85

Calls 1

GetChildMethod · 0.45

Tested by

no test coverage detected