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

Method SetExpectedElementDimensions

trinity/Tr2TextureArray.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void Tr2TextureArray::SetExpectedElementDimensions( const Tr2BitmapDimensions& dimensions )
11{
12 if( !m_texture.IsValid() )
13 {
14 m_dimensions = dimensions;
15 }
16}
17
18Tr2TextureArrayElement Tr2TextureArray::AddElement( const ImageIO::HostBitmap& bitmap )
19{

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected