42 float extent { 1.0F };
43 float point_size { 2.0F };
63 void set_extent(
float extent);
66 void set_point_size(
float size);
86 void on_attach(
const std::shared_ptr<Buffer>& buffer)
override;
93 void processing_function(
const std::shared_ptr<Buffer>& buffer)
override;
100 void write_emit_constants();
103 std::shared_ptr<RelaxationGridBuffer>
m_grid;