1 #ifndef COMPONENTS_SAMPLERS_HALTONSEQ_HPP 2 #define COMPONENTS_SAMPLERS_HALTONSEQ_HPP 17 explicit HaltonSeq(::std::uint32_t width, ::std::uint32_t height, ::std::uint32_t samples);
29 float getSample(::std::uint32_t sample)
final;
33 #endif //COMPONENTS_SAMPLERS_HALTONSEQ_HPP
Definition: Orthographic.hpp:6
HaltonSeq & operator=(const HaltonSeq &haltonSeq)=delete
Definition: Sampler.hpp:13
~HaltonSeq() final=default
float getSample()
Definition: Sampler.cpp:44
Definition: HaltonSeq.hpp:13