Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ getNumTiles
Method
getNumTiles
modules/cpu/fb/SparseFB.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
size_t SparseFrameBuffer::getNumTiles() const
199
{
200
return tiles ? tiles->size() : 0;
201
}
202
203
const utility::ArrayView<Tile> SparseFrameBuffer::getTiles()
204
{
Callers
1
renderFrame
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected