VST3EntryPoint.entry_ModuleExit

Undocumented in source.
  1. enum entry_ModuleExit;
    template VST3EntryPoint(alias ClientClass)
    version(VST3 && linux)
    nothrow @nogc
    enum entry_ModuleExit = `export extern(C) bool ModuleExit(void*) nothrow @nogc { return true; }`;
  2. enum entry_ModuleExit;

Meta