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

Method IsValid

trinityal/dx12/Tr2TextureALDx12.cpp:1102–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102bool Tr2TextureAL::IsValid() const
1103{
1104 return !m_textures.empty();
1105}
1106
1107ALResult Tr2TextureAL::Resolve( Tr2TextureAL& destination, Tr2RenderContextAL& renderContext )
1108{

Callers 8

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

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected