MCPcopy Create free account
hub / github.com/ImageEngine/cortex / defaultState

Function defaultState

src/IECoreGL/bindings/StateBinding.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static StatePtr defaultState()
57{
58 return const_cast<State *>( State::defaultState() );
59}
60
61static StateComponentPtr get( State &s, IECore::TypeId typeId )
62{

Callers 3

renderMethod · 0.85
selectMethod · 0.85
endOcclusionQueryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected