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

Function GetCacheSizeBytes

Rendering/WebGPU/vtkWebGPULight.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 void CacheLightInformation(vtkRenderer* renderer, vtkCamera* camera);
31 inline const void* GetCachedLightInformation() { return &(this->CachedLightInfo); }
32 static std::size_t GetCacheSizeBytes() { return sizeof(LightInfo); }
33
34 void Render(vtkRenderer*, int) override;
35

Callers 4

WriteLightsBufferMethod · 0.70
CreateBuffersMethod · 0.70
CreateBindGroupsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected