Struct DefaultConstantBufferBindingInfo
Synopsis
#include <Source/Falcor/Core/Program/ProgramReflection.h>
struct DefaultConstantBufferBindingInfo
Description
No description yet.
Source
Lines 1326-1332 in Source/Falcor/Core/Program/ProgramReflection.h.
struct DefaultConstantBufferBindingInfo
{
uint32_t regIndex = 0; ///< The register index
uint32_t regSpace = 0; ///< The register space
uint32_t descriptorSetIndex = kInvalidIndex; ///< The index of the descriptor set to be bound into
bool useRootConstants = false;
};