Tests for integrated opengl widgets in vcv canvas

This commit is contained in:
falkTX 2021-10-28 01:21:50 +01:00
parent 83f0cde441
commit 9b254bbc12
8 changed files with 488 additions and 2 deletions

View file

@ -373,6 +373,7 @@ static void initStatic__Cardinal()
const StaticPluginLoader spl(p, "Cardinal");
if (spl.ok())
{
p->addModel(modelGlBars);
p->addModel(modelHostParameters);
p->addModel(modelHostTime);
}