测试代码修改
This commit is contained in:
parent
0d7df78f62
commit
8f673ef4a9
@ -5,6 +5,7 @@
|
||||
#include "rhi/texture.h"
|
||||
#include "WaveformCS_comp.h"
|
||||
#include "audio/mixer/mixer.h"
|
||||
#include "audio/plugin_host/plugin_host_manager.h"
|
||||
#include "misc/singleton/singleton_manager.h"
|
||||
#include "thread_message/thread_message_hubs.h"
|
||||
#include "widget/uilts.h"
|
||||
@ -75,6 +76,9 @@ public:
|
||||
|
||||
void post_init() {
|
||||
singleton_manager::get()->init();
|
||||
|
||||
get_plugin_host_manager().load_plugin(R"(F:\VST\VST64\Serum_x64.dll)");
|
||||
|
||||
// compute_shader_ = renderer_->load_shader("computeMain");
|
||||
// pixel_shader_ = renderer_->load_shader("fragmentMain");
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8b328cc0d6a8d4a218c58590265155194c6de531
|
||||
Subproject commit 2f1fc152ff55f3a00dae5087c3be99da32796a8a
|
Loading…
x
Reference in New Issue
Block a user