Update to newest codegen, replace std::monostate with ghoul::Dictionary

This commit is contained in:
Alexander Bock
2021-03-17 21:26:57 +01:00
parent 07389bd6bf
commit e2c1414ba6
5 changed files with 8 additions and 5 deletions

View File

@@ -148,7 +148,8 @@ namespace {
struct [[codegen::Dictionary(RenderableTrail)]] Parameters {
// This object is used to compute locations along the path. Any Translation object
// can be used here
std::monostate translation [[codegen::reference("core_transform_translation")]];
ghoul::Dictionary translation
[[codegen::reference("core_transform_translation")]];
// [[codegen::verbatim(LineColorInfo.description)]]
glm::vec3 color [[codegen::color()]];