MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / vec4

Class vec4

src/preview-output.cpp:295–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294 if (gs_texrender_begin(ctx->texrender, width, height)) {
295 struct vec4 background;
296 vec4_zero(&background);
297
298 gs_clear(GS_CLEAR_COLOR, &background, 0.0f, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected