/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-23.4
Code/EnginePlugins/RenderDocPlugin/RenderDoc.ezPluginBundle
15 строк
545 B
Jan Krassnigg
Refactored editor plugin management (#599)
29 июн 2022, 14:11
Не верифицирован
29 июн 2022, 14:11
6646209
Код
Авторство
О чём код?
// for a description of the options see: // Code/EditorPlugins/Assets/EditorPluginAssets/Assets.ezPluginBundle PluginInfo { string %DisplayName{"RenderDoc"} string %Description{"Adds support for recording GPU commands for investigation with RenderDoc. This plugin should only be enabled while needed during development."} string %EditorPlugins{} string %EditorEnginePlugins{} string %RuntimePlugins{"ezRenderDocPlugin"} string %PackageDependencies{} string %RequiredPlugins{} string %ExclusiveFeatures{} string %EnabledInTemplates{} }