/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/RendererFoundation/Shader/Implementation/BindGroup_inl.h
22 строки
515 B
Sanakan8472
Bind Group Resource (#1674)
03 окт 2025, 17:07
Не верифицирован
03 окт 2025, 17:07
d5e56bb
Код
Авторство
О чём код?
ezGALBindGroupItem::ezGALBindGroupItem() { } ezGALBindGroupItem::ezGALBindGroupItem(const ezGALBindGroupItem& rhs) { *this = rhs; } void ezGALBindGroupItem::operator=(const ezGALBindGroupItem& rhs) { ezHashableStruct<ezGALBindGroupItem>& thisBase = *this; const ezHashableStruct<ezGALBindGroupItem>& rhsBase = rhs; thisBase = rhsBase; } ezGALBindGroup::ezGALBindGroup(const ezGALBindGroupCreationDescription& Description) : ezGALResource(Description) { } ezGALBindGroup::~ezGALBindGroup() = default;