MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / Params

Class Params

examples/shadertui/run.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected