Fermat
Public Methods | Public Members | List of all members
cugar::CorrelatedMJSampler Struct Reference

Detailed description

A stateful sampler that implements the repeatable correlated multi-jitter function described in: "Correlated Multi-Jittered Sampling", by Andrew Kensler

#include <multijitter.h>

Public Methods

CUGAR_FORCEINLINE CUGAR_HOST_DEVICE CorrelatedMJSampler (const uint32 _s, const uint32 _m, const uint32 _n, const uint32 _p)
 
CUGAR_FORCEINLINE CUGAR_HOST_DEVICE float next ()
 

Public Members

uint32 s
 
uint32 m
 
uint32 n
 
uint32 p
 
float c
 

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