MCPcopy Create free account
hub / github.com/RenderKit/ospray / getSparseLayerCount

Method getSparseLayerCount

modules/mpi/ospray/fb/DistributedFrameBuffer.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244size_t DistributedFrameBuffer::getSparseLayerCount() const
245{
246 return layers.size();
247}
248
249SparseFrameBuffer *DistributedFrameBuffer::getSparseFBLayer(size_t l)
250{

Callers 1

renderFrameMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected