MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetTextureGroup

Method SetTextureGroup

Source/Engine/Graphics/Textures/TextureBase.cpp:291–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void TextureBase::SetTextureGroup(int32 textureGroup)
292{
293 if (_texture._header.TextureGroup != textureGroup)
294 {
295 _texture._header.TextureGroup = textureGroup;
296 _texture.RequestStreamingUpdate();
297 }
298}
299
300bool TextureBase::HasStreamingError() const
301{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected