MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / dssLineVerticesPerRow

Function dssLineVerticesPerRow

src/gui/SpectrumWidget.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78constexpr int dssLineVerticesPerRow()
79{
80 return (DssRenderer::kCols - 1) * 2;
81}
82
83void appendDssVertex(QVector<float>& vertices, float u, float v, float edge)
84{

Callers 3

initDssMeshPipelineMethod · 0.85
initializeMethod · 0.85
renderGpuFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected