/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/RendererFoundation/Resources/Implementation/ReadbackTexture.cpp
10 строк
302 B
Sanakan8472
Readback refactor (#1417)
29 окт 2024, 00:17
Не верифицирован
29 окт 2024, 00:17
202a77b
Код
Авторство
О чём код?
#include <RendererFoundation/RendererFoundationPCH.h> #include <RendererFoundation/Resources/ReadbackTexture.h> ezGALReadbackTexture::ezGALReadbackTexture(const ezGALTextureCreationDescription& Description) : ezGALResource(Description) { } ezGALReadbackTexture::~ezGALReadbackTexture() = default;