| 1631 | } |
| 1632 | |
| 1633 | void GLSLCompiler::translateDiscardStatement() { |
| 1634 | m_gen.Function.Call("$$discard", 0); |
| 1635 | m_gen.Function.Return(); |
| 1636 | } |
| 1637 | |
| 1638 | void GLSLCompiler::translateStatement(glsl::astStatement *statement) { |
| 1639 | switch (statement->type) { |
nothing calls this directly
no outgoing calls
no test coverage detected