MCPcopy Create free account
hub / github.com/LabSound/LabSound / setType

Method setType

src/extended/PolyBLEPNode.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void PolyBLEPNode::setType(PolyBLEPType type)
427{
428 m_type->setUint32(static_cast<uint32_t>(type));
429}
430
431void PolyBLEPNode::processPolyBLEP(ContextRenderLock & r, int bufferSize, int offset, int count)
432{

Callers

nothing calls this directly

Calls 1

setUint32Method · 0.80

Tested by

no test coverage detected