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

Method IsSingleSubresource

trinityal/Tr2HalHelperStructures.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool Tr2TextureSubresource::IsSingleSubresource() const
165{
166 return m_endFace == m_startFace + 1 && m_endMipLevel == m_startMipLevel + 1;
167}
168
169Tr2TextureSubresource& Tr2TextureSubresource::SetBox( const uint32_t* ltfrbb )
170{

Callers 8

MapForWritingMethod · 0.80
UpdateSubresourceMethod · 0.80
MapForReadingMethod · 0.80
MapForWritingMethod · 0.80
UpdateSubresourceMethod · 0.80
MapForReadingMethod · 0.80
MapForWritingMethod · 0.80
UpdateSubresourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected