Struct AliasTable
Synopsis
#include <Source/Falcor/Experimental/Scene/Lights/EmissivePowerSampler.h>
struct AliasTable
Description
No description yet.
Source
Lines 42-47 in Source/Falcor/Experimental/Scene/Lights/EmissivePowerSampler.h.
struct AliasTable
{
float weightSum; ///< Total weight of all elements used to create the alias table
uint32_t N; ///< Number of entries in the alias table (and # elements in the buffers)
Buffer::SharedPtr fullTable; ///< A compressed/packed merged table. Max 2^24 (16 million) entries per table.
};