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