| 54 | } |
| 55 | |
| 56 | std::string getLinesShaderHeaderBlock() |
| 57 | { |
| 58 | return MR_GLSL_VERSION_LINE_330 R"( |
| 59 | precision highp float; |
| 60 | precision highp int; |
| 61 | )"; |
| 62 | } |
| 63 | |
| 64 | std::string getLinesFragmentShaderDashArgumentsBlock() |
| 65 | { |
no outgoing calls
no test coverage detected