opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Typedefs
scene_decoration_shading.h File Reference
#include <liboscar/graphics/color.h>
#include <liboscar/graphics/material.h>
#include <liboscar/graphics/material_property_block.h>
#include <variant>
Include dependency graph for scene_decoration_shading.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 

Typedefs

using osc::SceneDecorationShading = std::variant< Color, Material, std::pair< Material, MaterialPropertyBlock > >