MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / clear

Method clear

extlibs/soloud/src/core/soloud.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 void AlignedFloatBuffer::clear()
80 {
81 memset(mData, 0, sizeof(float) * mFloats);
82 }
83
84 AlignedFloatBuffer::~AlignedFloatBuffer()
85 {

Callers 1

mapResampleBuffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected