Diligent Engine  v.2.4.g
Public Member Functions | Public Attributes | List of all members
Diligent::ResourceBinding::BindInfo Struct Reference

#include <ResourceBindingMap.hpp>

Public Member Functions

 BindInfo () noexcept
 
 BindInfo (Uint32 _BindPoint, Uint32 _Space, Uint32 _ArraySize, SHADER_RESOURCE_TYPE _ResType) noexcept
 

Public Attributes

Uint32 BindPoint = ~0u
 
Uint32 Space = ~0u
 
Uint32 ArraySize = 0
 

Constructor & Destructor Documentation

◆ BindInfo() [1/2]

Diligent::ResourceBinding::BindInfo::BindInfo ( )
inlinenoexcept

◆ BindInfo() [2/2]

Diligent::ResourceBinding::BindInfo::BindInfo ( Uint32  _BindPoint,
Uint32  _Space,
Uint32  _ArraySize,
SHADER_RESOURCE_TYPE  _ResType 
)
inlinenoexcept

Member Data Documentation

◆ ArraySize

Uint32 Diligent::ResourceBinding::BindInfo::ArraySize = 0

◆ BindPoint

Uint32 Diligent::ResourceBinding::BindInfo::BindPoint = ~0u

◆ Space

Uint32 Diligent::ResourceBinding::BindInfo::Space = ~0u

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