ezEngine Release 25.08
Loading...
Searching...
No Matches
ezGALBindGroupItemFlags Struct Reference

Used by ezGALBindGroupItem to define its content. More...

#include <BindGroup.h>

Classes

struct  Bits
 

Public Types

enum  Enum : ezUInt8 {
  Sampler = EZ_BIT(0) , Texture = EZ_BIT(1) , Buffer = EZ_BIT(2) , Fallback = EZ_BIT(3) ,
  Default = 0
}
 
using StorageType = ezUInt8
 

Detailed Description

Used by ezGALBindGroupItem to define its content.

Member Enumeration Documentation

◆ Enum

Enumerator
Sampler 

ezGALBindGroupItem::m_Sampler is valid

Texture 

ezGALBindGroupItem::m_Texture is valid

Buffer 

ezGALBindGroupItem::m_Buffer is valid

Fallback 

The slot was filled with a fallback resource.


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