MCPcopy 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

270static SDL_Texture* sdlTexture;
271
272U32 fbGetBpp() {
273 return fb_var_screeninfo.bits_per_pixel;
274}
275
276void destroySDL2() {
277 if (sdlTexture) {

Callers 1

sysAddFrameBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected