MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::RenderWrapObject::detail::SubobjectStorage< ObjectType > Struct Template Reference

Need this helper base class to make sure the subobject is initialized before the render object, otherwise we get a crash. More...

#include <MRRenderWrapObject.h>

+ Inheritance diagram for MR::RenderWrapObject::detail::SubobjectStorage< ObjectType >:

Public Attributes

ObjectType subobject
 

Detailed Description

template<typename ObjectType>
struct MR::RenderWrapObject::detail::SubobjectStorage< ObjectType >

Need this helper base class to make sure the subobject is initialized before the render object, otherwise we get a crash.

Member Data Documentation

◆ subobject

template<typename ObjectType >
ObjectType MR::RenderWrapObject::detail::SubobjectStorage< ObjectType >::subobject

The documentation for this struct was generated from the following file: