diff options
| author | Ray <[email protected]> | 2020-03-12 17:47:35 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-03-12 17:47:35 +0100 |
| commit | d57b5ac89a5e574930773f75397f9acdd578e70e (patch) | |
| tree | 197c3ccc0e05194641461d93bf334a5571d9e397 /src | |
| parent | 82937e1564367cd640d9e0c68749f4266776fb8a (diff) | |
| download | raylib-d57b5ac89a5e574930773f75397f9acdd578e70e.tar.gz raylib-d57b5ac89a5e574930773f75397f9acdd578e70e.zip | |
Added note on transparent framebuffer w/o X11 on RPI
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3230,6 +3230,7 @@ static bool InitGraphicsDevice(int width, int height) VC_DISPMANX_ALPHA_T alpha; alpha.flags = DISPMANX_FLAGS_ALPHA_FIXED_ALL_PIXELS; + //alpha.flags = DISPMANX_FLAGS_ALPHA_FROM_SOURCE; // TODO: Allow transparent framebuffer! -> FLAG_WINDOW_TRANSPARENT alpha.opacity = 255; // Set transparency level for framebuffer, requires EGLAttrib: EGL_TRANSPARENT_TYPE alpha.mask = 0; |
