Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1102
bool Tr2TextureAL::IsValid() const
1103
{
1104
return !m_textures.empty();
1105
}
1106
1107
ALResult Tr2TextureAL::Resolve( Tr2TextureAL& destination, Tr2RenderContextAL& renderContext )
1108
{
Callers
8
Create
Method · 0.45
Resolve
Method · 0.45
GenerateMipMaps
Method · 0.45
CopySubresourceRegion
Method · 0.45
MapForWriting
Method · 0.45
UnmapForWriting
Method · 0.45
MapForReading
Method · 0.45
UpdateSubresource
Method · 0.45
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected