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

Method translateUnaryPlus

src/GLSLCompiler.cpp:563–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 }
562
563 void GLSLCompiler::translateUnaryPlus(glsl::astUnaryPlusExpression *expression) {
564 // TODO?
565 translateExpression(expression->operand);
566 }
567
568 void GLSLCompiler::translateUnaryBitNot(glsl::astUnaryBitNotExpression *expression) {
569 translateExpression(expression->operand);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected