| 435 | } |
| 436 | |
| 437 | void GpuShaderText::declareVarConst(const std::string & name, float v) |
| 438 | { |
| 439 | newLine() << constKeyword() << declareVarStr(name, v) << ";"; |
| 440 | } |
| 441 | |
| 442 | void GpuShaderText::declareVar(const std::string & name, float v) |
| 443 | { |
no outgoing calls
no test coverage detected