Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ fbGetBpp
Function
fbGetBpp
source/kernel/devs/devfb.cpp:272–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
static SDL_Texture* sdlTexture;
271
272
U32 fbGetBpp() {
273
return fb_var_screeninfo.bits_per_pixel;
274
}
275
276
void destroySDL2() {
277
if (sdlTexture) {
Callers
1
sysAddFrameBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected