/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/RendererFoundation/Shader/Implementation/VertexDeclaration.cpp
10 строк
317 B
Ingrater
Clang-format fixes and update to 18.1.1 (#1234)
10 мар 2024, 15:51
Не верифицирован
10 мар 2024, 15:51
2f16acf
Код
Авторство
О чём код?
#include <RendererFoundation/RendererFoundationPCH.h> #include <RendererFoundation/Shader/VertexDeclaration.h> ezGALVertexDeclaration::ezGALVertexDeclaration(const ezGALVertexDeclarationCreationDescription& Description) : ezGALObject(Description) { } ezGALVertexDeclaration::~ezGALVertexDeclaration() = default;