Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ FI_BitmapResource
Method
FI_BitmapResource
src/backend/opengl/window_impl.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
{
59
public:
60
explicit FI_BitmapResource(FIBITMAP * p) :
61
pBitmap(p)
62
{
63
}
64
65
~FI_BitmapResource()
66
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected