Loading...
Searching...
No Matches
HgiResourceBindingsDesc Struct Reference

Describes a set of resources that are bound to the GPU during encoding. More...

#include <resourceBindings.h>

Public Attributes

std::string debugName
 
HgiBufferBindDescVector buffers
 
HgiTextureBindDescVector textures
 

Detailed Description

Describes a set of resources that are bound to the GPU during encoding.

  • buffers: The buffers to be bound (E.g. uniform or shader storage).
  • textures: The textures to be bound.

Definition at line 163 of file resourceBindings.h.

Member Data Documentation

◆ buffers

HgiBufferBindDescVector buffers

Definition at line 169 of file resourceBindings.h.

◆ debugName

std::string debugName

Definition at line 168 of file resourceBindings.h.

◆ textures

HgiTextureBindDescVector textures

Definition at line 170 of file resourceBindings.h.


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