VST3EntryPoint.entry_bundleExit

Undocumented in source.
template VST3EntryPoint(alias ClientClass)
version(VST3)
nothrow @nogc
enum entry_bundleExit = `export extern(C) bool bundleExit() nothrow @nogc { return true; }`;

Meta