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

Method HasBox

trinityal/Tr2HalHelperStructures.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool Tr2TextureSubresource::HasBox() const
160{
161 return m_box.left != 0xffffffff || m_box.top != 0xffffffff || m_box.front != 0xffffffff || m_box.right != 0xffffffff || m_box.bottom != 0xffffffff || m_box.back != 0xffffffff;
162}
163
164bool Tr2TextureSubresource::IsSingleSubresource() const
165{

Callers 9

CropFunction · 0.80
GetRegionSizeMethod · 0.80
MapForWritingMethod · 0.80
UnmapForWritingMethod · 0.80
MapForReadingMethod · 0.80
MapForWritingMethod · 0.80
UpdateSubresourceMethod · 0.80
TESTFunction · 0.80
MapForWritingMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64