12 #ifndef hifi_render_utils_BloomStage_h
13 #define hifi_render_utils_BloomStage_h
15 #include <graphics/Bloom.h>
16 #include <render/Stage.h>
17 #include <render/StageSetup.h>
20 class BloomStage :
public render::PointerStage<graphics::Bloom, graphics::BloomPointer> {};
21 using BloomStagePointer = std::shared_ptr<BloomStage>;
23 class BloomStageSetup :
public render::StageSetup<BloomStage> {
25 using JobModel = render::Job::Model<BloomStageSetup>;