1 #ifndef COMPONENTS_SAMPLERS_STATICPCG_HPP 2 #define COMPONENTS_SAMPLERS_STATICPCG_HPP 25 float getSample(::std::uint32_t sample)
final;
29 #endif //COMPONENTS_SAMPLERS_STATICPCG_HPP Definition: Orthographic.hpp:6
StaticPCG & operator=(const StaticPCG &random)=delete
Definition: Sampler.hpp:13
~StaticPCG() final=default
float getSample()
Definition: Sampler.cpp:44
Definition: StaticPCG.hpp:11
StaticPCG()
Definition: StaticPCG.cpp:11