MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCacheSizeBytes

Method GetCacheSizeBytes

Rendering/WebGPU/vtkWebGPUActor.cxx:284–287  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

282
283//------------------------------------------------------------------------------
284std::size_t vtkWebGPUActor::GetCacheSizeBytes()
285{
286 return sizeof(vtkWebGPUActorInternals::ActorBlock);
287}
288
289//------------------------------------------------------------------------------
290bool vtkWebGPUActor::CacheActorTransforms()

Callers 1

RenderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected