VST3EntryPoint.entry_GetPluginFactory

Undocumented in source.
template VST3EntryPoint(alias ClientClass)
version(VST3)
nothrow @nogc
enum entry_GetPluginFactory = "export extern(C) void* GetPluginFactory() nothrow @nogc" ~ "{" ~ " return cast(void*)(GetPluginFactoryInternal!" ~ ClientClass.stringof ~ ");" ~ "}";

Meta