MCPcopy Create free account
hub / github.com/carbonengine/trinity / ExposeToBlue

Method ExposeToBlue

trinity/RenderJob/TriStepTestBlocking_Blue.cpp:9–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9const Be::ClassInfo* TriStepTestBlocking::ExposeToBlue()
10{
11 EXPOSURE_BEGIN( TriStepTestBlocking, "" )
12 MAP_INTERFACE( TriStepTestBlocking )
13
14 MAP_ATTRIBUTE(
15 "inProgress",
16 m_inProgress,
17 "This render step will return in progress while this is set",
18 Be::READWRITE | Be::PERSIST )
19
20 EXPOSURE_CHAINTO( TriRenderStep )
21}

Callers

nothing calls this directly

Calls 1

MAP_INTERFACEFunction · 0.50

Tested by

no test coverage detected