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

Method GetFaceCount

trinityal/Tr2HalHelperStructures.h:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 return m_endMipLevel - m_startMipLevel;
116 }
117 uint32_t GetFaceCount() const
118 {
119 return m_endFace - m_startFace;
120 }
121
122 // Starting cubemap face
123 uint32_t m_startFace;

Callers 4

CropFunction · 0.80
CopySubresourceRegionMethod · 0.80
CopySubresourceRegionMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64