1 #ifndef COMPONENTS_SAMPLERS_PCG_HPP 2 #define COMPONENTS_SAMPLERS_PCG_HPP 15 explicit PCG() =
default;
17 PCG(
const PCG &random) =
delete;
19 PCG(
PCG &&random) noexcept =
delete;
21 ~PCG()
final =
default;
27 float getSample(::std::uint32_t sample)
final;
31 #endif //COMPONENTS_SAMPLERS_PCG_HPP
Definition: Orthographic.hpp:6
Definition: Sampler.hpp:13
float getSample()
Definition: Sampler.cpp:44
PCG & operator=(const PCG &random)=delete