/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-25.3
Code/EnginePlugins/ProcGenPlugin/ProcGenPluginPCH.cpp
17 строк
842 B
Jan Krassnigg
GAL improvements (#1422)
05 ноя 2024, 22:46
Не верифицирован
05 ноя 2024, 22:46
0e9f0e4
Код
Авторство
О чём код?
#include <ProcGenPlugin/ProcGenPluginPCH.h> EZ_STATICLINK_LIBRARY(ProcGenPlugin) { if (bReturn) return; EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcPlacementComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcVertexColorComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcVertexColorRenderer); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcVolumeComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_VolumeCollection); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Declarations); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Resources_Implementation_ProcGenGraphResource); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Startup); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Tasks_Implementation_FindPlacementTilesTask); }