![]() |
ezEngine Release 26.3
|
Defines a bind group. Can be set to the renderer via ezGALCommandEncoder::SetBindGroup. More...
#include <BindGroup.h>
Public Member Functions | |
| ezUInt64 | CalculateHash () const |
| void | AssertValidDescription (const ezGALDevice &galDevice) const |
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.