Handle UUID in named event
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Base/UUID.hpp"
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
@@ -29,7 +30,7 @@ namespace OpenVulkano
|
||||
|
||||
public:
|
||||
// Keep this in sync with all implementations! synctag: NamedEventProcessor_Parameters_SYNC_TAG
|
||||
typedef std::variant<std::string, bool, int, float, double> Parameters;
|
||||
typedef std::variant<std::string, bool, int, float, double, UUID> Parameters;
|
||||
|
||||
static bool HasProcessor() { return !processors.empty(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user