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

Method IsValid

trinityal/stub/Tr2TextureALStub.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110bool Tr2TextureAL::IsValid() const
111{
112 return m_desc.GetWidth() != 0;
113}
114
115Tr2ALMemoryType Tr2TextureAL::GetMemoryClass() const
116{

Callers 6

CreateMethod · 0.45
MapForReadingMethod · 0.45
MapForWritingMethod · 0.45
UpdateSubresourceMethod · 0.45
CopySubresourceRegionMethod · 0.45
ResolveMethod · 0.45

Calls 1

GetWidthMethod · 0.45

Tested by

no test coverage detected