Searched defs:CreateInfo (Results 1 – 5 of 5) sorted by relevance
53 struct CreateInfo { struct70 explicit RenderNodeContextManager(const CreateInfo& createInfo); argument
33 struct CreateInfo {}; in RENDER_BEGIN_NAMESPACE() struct
82 struct CreateInfo { struct83 constexpr CreateInfo() noexcept : instanceId(), isGloballyAvailable(false) {}; in CreateInfo() function84 … constexpr CreateInfo(InstanceId id) noexcept : instanceId(id), isGloballyAvailable(false) {}; in CreateInfo() argument85 …constexpr CreateInfo(InstanceId id, bool global) noexcept : instanceId(id), isGloballyAvailable(gl… in CreateInfo() function87 InstanceId instanceId;92 bool isGloballyAvailable;
217 NodeInfo CreateInfo(NodeInfo &nodeInfo) in CreateInfo() function
199 struct CreateInfo { struct