MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / IsValid

Method IsValid

Sources/OvAudio/src/OvAudio/Core/AudioEngine.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool OvAudio::Core::AudioEngine::IsValid() const
48{
49 return m_backend.operator bool();
50}
51
52void OvAudio::Core::AudioEngine::Update()
53{

Callers 5

HasSoundMethod · 0.45
IsValidTextureFunction · 0.45
DrawPickableModelsMethod · 0.45
DrawModelToStencilMethod · 0.45
DrawModelOutlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected