Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ set_samples
Method
set_samples
src/device/graph.cpp:181–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void set_samples(u32 num_samples)
182
{
183
_num_samples = min(u32(ChannelData::MAX_SAMPLES), num_samples);
184
}
185
186
void sample_with_filter(const char *cur, const char *end)
187
{
Callers
1
handle_command
Function · 0.80
Calls
1
min
Function · 0.50
Tested by
no test coverage detected