MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / translateAttributes

Method translateAttributes

src/HLSLCompiler.cpp:897–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895 m_gen.Function.CallReturnMethod(expr->function->name, expr->numArguments);
896 }
897 void HLSLCompiler::translateAttributes(M4::HLSLAttribute* attribute)
898 {
899 while (attribute != NULL)
900 {
901 attribute = attribute->nextAttribute;
902 }
903 }
904 void HLSLCompiler::translateArrayAccess(M4::HLSLArrayAccess* expr)
905 {
906 translateExpression(expr->index);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected