ezEngine Release 26.3
Loading...
Searching...
No Matches
ezGALBindGroupCreationDescription Struct Reference

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< ezGALBindGroupItemm_BindGroupItems
 Contains one item for every ezShaderResourceBinding in the ezGALBindGroupLayout at matching indices in the arrays.
 

Detailed Description

Defines a bind group. Can be set to the renderer via ezGALCommandEncoder::SetBindGroup.


The documentation for this struct was generated from the following files: