Go to the documentation of this file. 1 #ifndef OGLPLUS_TEXGEN_SPHERE_COORD_NODE_HPP
9 #define OGLPLUS_TEXGEN_SPHERE_COORD_NODE_HPP
13 namespace eagine::oglp::texgen {
15 class sphere_coord_output :
public base_output {
17 sphere_coord_output(node_intf& parent);
23 std::ostream& definitions(std::ostream& out, compile_context& ctxt)
override;
26 using sphere_coord_node = single_output_node<sphere_coord_output>;
30 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
31 #include <oglplus/texgen/sphere_coord_node.inl>
34 #endif // OGLPLUS_TEXGEN_SPHERE_COORD_NODE_HPP
value_type
Value tree value element data type enumeration.
Definition: interface.hpp:27
basic_string_span< const char > string_view
Alias for const string views.
Definition: string_span.hpp:116
static auto type_name(const T &) noexcept -> std::string
Returns the demangled name for type T.
Definition: type_name.hpp:24