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

Method translateUnaryLogicalNot

src/GLSLCompiler.cpp:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 }
572
573 void GLSLCompiler::translateUnaryLogicalNot(glsl::astUnaryLogicalNotExpression *expression) {
574 translateExpression(expression->operand);
575 m_gen.Function.Not();
576 }
577
578 void GLSLCompiler::translatePrefixIncrement(glsl::astPrefixIncrementExpression *expression) {
579 m_exportLine(expression);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected