/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-26.3
Code/EnginePlugins/ProcGenPlugin/ProcGenPluginPCH.cpp
19 строк
1011 B
C-Core
Render instance data refactor (#1713)
19 ноя 2025, 20:31
Не верифицирован
19 ноя 2025, 20:31
b8e6103
Код
Авторство
О чём код?
#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_ProcVolumeComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_ProcVolumeSplineComponent); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Components_Implementation_VolumeCollection); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Declarations); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Resources_Implementation_ProcGenGraphResource); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Resources_Implementation_ProcGenGraphSharedData); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Startup); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Tasks_Implementation_FindPlacementTilesTask); EZ_STATICLINK_REFERENCE(ProcGenPlugin_Tasks_Implementation_PlacementTask); }