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