![]() |
ezEngine Release 25.08
|
Defines a bind group. Can be set to the renderer via ezGALCommandEncoder::SetBindGroup. More...
#include <BindGroup.h>
Public Attributes | |
ezGALBindGroupLayoutHandle | m_hBindGroupLayout |
The layout that this bind group was created for. | |
ezDynamicArray< ezGALBindGroupItem > | m_BindGroupItems |
Contains one item for every ezShaderResourceBinding in the ezGALBindGroupLayout at matching indices in the arrays. | |
Defines a bind group. Can be set to the renderer via ezGALCommandEncoder::SetBindGroup.