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