| 380 | } |
| 381 | |
| 382 | std::string GpuShaderText::floatKeywordConst() const |
| 383 | { |
| 384 | std::string str; |
| 385 | |
| 386 | str += constKeyword(); |
| 387 | str += floatKeyword(); |
| 388 | |
| 389 | return str; |
| 390 | } |
| 391 | |
| 392 | std::string GpuShaderText::floatDecl(const std::string & name) const |
| 393 | { |
no outgoing calls
no test coverage detected