mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2024-11-25 16:18:56 +08:00
Merge pull request #3 from Booklordofthedings/patch-1
Display alpha value properly
This commit is contained in:
commit
937479c09d
|
@ -58,6 +58,10 @@ namespace Strawberry.SDL2
|
||||||
SDL.GL_SetSwapInterval(1);
|
SDL.GL_SetSwapInterval(1);
|
||||||
GL.Init(=> SdlGetProcAddress);
|
GL.Init(=> SdlGetProcAddress);
|
||||||
|
|
||||||
|
//We need to activate this somehwere to make use of the alpha layer
|
||||||
|
GL.glEnable(GL.GL_BLEND);
|
||||||
|
GL.glBlendFunc(GL.GL_SRC_ALPHA, GL.GL_ONE_MINUS_SRC_ALPHA);
|
||||||
|
|
||||||
shader = new Shader(String[2] (
|
shader = new Shader(String[2] (
|
||||||
// vertex shader
|
// vertex shader
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user