| 83 | |
| 84 | std::string codeString; |
| 85 | struct Params { |
| 86 | float time; |
| 87 | uint32_t screenWidth; |
| 88 | uint32_t screenHeight; |
| 89 | } params = {0.0, kCols, kRows}; |
| 90 | |
| 91 | LOG(kDefLog, kInfo, "Loading shader code from shader.wgsl"); |
| 92 |
nothing calls this directly
no outgoing calls
no test coverage detected