Struct PathTracingHistoryKey#

Struct Documentation#

struct PathTracingHistoryKey#

Public Members

glm::mat4 view = {1.0F}#
glm::mat4 projection = {1.0F}#
glm::vec4 lightDirection = {0.0F}#
glm::vec4 lightColorAndRadiance = {0.0F}#
int samplesPerPixel = {0}#
int maxBounces = {0}#

Friends

friend bool operator==(const PathTracingHistoryKey&, const PathTracingHistoryKey&) = default#