Home
last modified time | relevance | path

Searched refs:resTextureSampler (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp511 ResPixelBasedTextureMapper::SetSampler(ResTextureSampler resTextureSampler) in SetSampler() argument
513 NW_ASSERT(resTextureSampler.IsValid()); in SetSampler()
515 this->ref().toSampler.set_ptr(resTextureSampler.ptr()); in SetSampler()
522 switch ( resTextureSampler.ref().typeInfo ) in SetSampler()
527 ResStaticCast<ResStandardTextureSampler>(resTextureSampler); in SetSampler()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h538 NW_DEPRECATED_FUNCTION(void SetSampler(ResTextureSampler resTextureSampler));