mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Creating a base toolkit for functions independent from other toolkits
This commit is contained in:
@@ -12,7 +12,7 @@ using namespace std;
|
||||
#include "Resource.h"
|
||||
#include "Visitor.h"
|
||||
#include "SystemToolkit.h"
|
||||
#include "GlmToolkit.h"
|
||||
#include "BaseToolkit.h"
|
||||
|
||||
#include "Stream.h"
|
||||
|
||||
@@ -24,7 +24,7 @@ using namespace std;
|
||||
Stream::Stream()
|
||||
{
|
||||
// create unique id
|
||||
id_ = GlmToolkit::uniqueId();
|
||||
id_ = BaseToolkit::uniqueId();
|
||||
|
||||
description_ = "undefined";
|
||||
pipeline_ = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user