Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ Bitmap
Method
Bitmap
extensions/flexExtContainer.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
static const int kWordSize = sizeof(Word)*8;
45
46
Bitmap(int numBits) : mBits((numBits+kWordSize-1)/kWordSize)
47
{
48
}
49
50
inline void Set(int bit)
51
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected