libNeon
|
#include <cstdint>
#include <mlab/any_of.hpp>
#include <mlab/bin_data.hpp>
#include <neo/gradient_fx.hpp>
#include <neo/matrix_fx.hpp>
#include <neo/solid_fx.hpp>
Go to the source code of this file.
Classes | |
struct | neo::any_fx_config_data< fx_type > |
class | neo::any_fx |
class | neo::any_fx_config |
struct | neo::any_fx_config_data< fx_type::solid > |
struct | neo::any_fx_config_data< fx_type::gradient > |
struct | neo::any_fx_config_data< fx_type::matrix > |
Namespaces | |
namespace | neo |
namespace | mlab |
Enumerations | |
enum struct | neo::fx_type : std::uint8_t { neo::solid = 0 , neo::gradient = 1 , neo::matrix = 2 } |
Functions | |
mlab::bin_stream & | mlab::operator>> (mlab::bin_stream &s, neo::any_fx_config &fx_cfg) |