HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiResourceBindingsDesc Struct Reference

#include <resourceBindings.h>

Public Member Functions

HGI_API HgiResourceBindingsDesc ()
 

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.

Constructor & Destructor Documentation

HGI_API HgiResourceBindingsDesc::HgiResourceBindingsDesc ( )

Member Data Documentation

HgiBufferBindDescVector HgiResourceBindingsDesc::buffers

Definition at line 169 of file resourceBindings.h.

std::string HgiResourceBindingsDesc::debugName

Definition at line 168 of file resourceBindings.h.

HgiTextureBindDescVector HgiResourceBindingsDesc::textures

Definition at line 170 of file resourceBindings.h.


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