Searched refs:spTexture_ (Results 1 – 1 of 1) sorted by relevance
66 spTexture_(std::move(spTexture)) { in Model()76 inline const TextureAsset &getTexture() const { return *spTexture_; } in getTexture()114 std::shared_ptr<TextureAsset> spTexture_; variable