Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
constexpr int dssLineVerticesPerRow()
79
{
80
return (DssRenderer::kCols - 1) * 2;
81
}
82
83
void appendDssVertex(QVector<float>& vertices, float u, float v, float edge)
84
{
Callers
3
initDssMeshPipeline
Method · 0.85
initialize
Method · 0.85
renderGpuFrame
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected