1 #ifndef SET_UNIFORM_EVENT_H
2 #define SET_UNIFORM_EVENT_H
33 static std::shared_ptr<SetUniformEvent>
create(
const Uniform& uniform) {
return std::make_shared<SetUniformEvent>(uniform); }
Class for event.
Definition: event.h:10
Definition: event_type.h:29
EventType
Event type enum that is used when passing events.
Definition: event_type.h:12
Event(const EventType &type)
Event constructor.
Definition: event.h:21