/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/Foundation/DataProcessing/Stream/Implementation/ProcessingStreamProcessor.cpp
23 строки
641 B
Ingrater
clang-tidy use modernize-use-equals-default check (#951)
21 май 2023, 11:31
Не верифицирован
21 май 2023, 11:31
345d6ff
Код
Авторство
О чём код?
#include <Foundation/FoundationPCH.h> #include <Foundation/Basics.h> #include <Foundation/DataProcessing/Stream/ProcessingStreamGroup.h> #include <Foundation/DataProcessing/Stream/ProcessingStreamProcessor.h> // clang-format off EZ_BEGIN_DYNAMIC_REFLECTED_TYPE(ezProcessingStreamProcessor, 1, ezRTTINoAllocator) EZ_END_DYNAMIC_REFLECTED_TYPE; // clang-format on ezProcessingStreamProcessor::ezProcessingStreamProcessor() = default; ezProcessingStreamProcessor::~ezProcessingStreamProcessor() { m_pStreamGroup = nullptr; } EZ_STATICLINK_FILE(Foundation, Foundation_DataProcessing_Stream_Implementation_ProcessingStreamProcessor);