Skip to content
Snippets Groups Projects
  • Inuyasha's avatar
    f5009866
    use RGB for screen texture, not RGBA · f5009866
    Inuyasha authored
    the screen texture does not need an alpha channel.
    the fact that it had one made OGL copy the topmost pixel of the screen texture's alpha channel.
    which, naturally results in the screen becoming partially transparent and letting you see the working texture in the background.
    f5009866
    History
    use RGB for screen texture, not RGBA
    Inuyasha authored
    the screen texture does not need an alpha channel.
    the fact that it had one made OGL copy the topmost pixel of the screen texture's alpha channel.
    which, naturally results in the screen becoming partially transparent and letting you see the working texture in the background.