/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Assets/EnginePluginAssets/TextureAsset/TextureView.h
18 строк
454 B
Ingrater
Format everything using clang-format (#267)
22 июл 2020, 21:23
Не верифицирован
22 июл 2020, 21:23
878ce7e
Код
Авторство
О чём код?
#pragma once #include <EditorEngineProcessFramework/EngineProcess/EngineProcessViewContext.h> class ezTextureContext; class ezTextureViewContext : public ezEngineProcessViewContext { public: ezTextureViewContext(ezTextureContext* pMaterialContext); ~ezTextureViewContext(); protected: virtual ezViewHandle CreateView() override; virtual void SetCamera(const ezViewRedrawMsgToEngine* pMsg) override; ezTextureContext* m_pTextureContext; };