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

Method Create

trinityal/src/Tr2SamplerStateAL.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25ALResult Tr2SamplerStateAL::Create( const Tr2SamplerDescription& description, Tr2PrimaryRenderContextAL& renderContext )
26{
27 return renderContext.m_samplerStateFactory.Get( m_sampler, description, renderContext );
28}
29
30uint32_t Tr2SamplerStateAL::GetIndexInHeap() const
31{

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected